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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 20:06:57 PDT 2010


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

           Summary: spellcheck="false" not respected in designMode
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tony at chromium.org
                CC: ojan at chromium.org, enrica at apple.com


Created an attachment (id=57512)
 --> (https://bugs.webkit.org/attachment.cgi?id=57512)
test case

See attached test case.  If you click on the misspelled word and then click off of it, it gets a red underline even though spellcheck=false.

This is because when designMode = "on", the HTML element has focus and our check for the spellcheck tag happens by taking the focused node and climbing the DOM.

It would probably be straightforward to check based on the cursor position as well, but maybe we should change how focus works when designMode = "on" instead.

-- 
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