[Webkit-unassigned] [Bug 39978] spellcheck="false" not respected in designMode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 16:35:22 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39978


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #57512|0                           |1
        is obsolete|                            |




--- Comment #1 from Ojan Vafai <ojan at chromium.org>  2010-06-03 16:35:21 PST ---
Created an attachment (id=57832)
 --> (https://bugs.webkit.org/attachment.cgi?id=57832)
test case, logs activeELement

Adding a test case that logs activeElement to the console.

As per spec, designMode="on" should be equivalent to setting contentEditable on the body. So, I think the focus being on the HTML element is incorrect. To clarify, the body element is focused for the first mouseDown, but the HTML element is focused at the second mousedown. That definitely looks like a bug.

I'm not sure what should happen if you set contentEditable on the HTML element itself though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list