[Webkit-unassigned] [Bug 40338] New: display:none element should not retain focus.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 8 15:27:30 PDT 2010


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

           Summary: display:none element should not retain focus.
           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: ojan at chromium.org


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

If display:none is set on the focused element, then document.activeElement should no longer return that element and it should not receive key events. In Gecko, display:none elements don't receive key events, but Gecko does have the document.activeElement bug as well (https://bugzilla.mozilla.org/show_bug.cgi?id=570835).

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