Opened 11 years ago
Last modified 11 years ago
#12033 confirmed Bug
Using tableresize in fullPage mode leaves cursor style set on body
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.4 |
Keywords: | Cc: |
Description
Add the tableresize plugin to the fullPage demo.
Now clear the content, insert a table and move the mouse over it at least once so you see the resizer.
Then switch to source mode and you'll see that the body as a style="cursor:auto" set.
(depending on your speed you might even get the resizer value instead of auto).
Bonus points to fix the demo: the html created lacks a doctype (because the original value is a document fragment, not a full page)
I was able to reproduce this problem from CKEditor 3.4 when tableresize plugin was introduced.
Demo: I'm able to see doctype with e.g. dev-tools when editor is in WYSIWYG mode but when getting the data or switching to source there is no doctype.