[Webkit-unassigned] [Bug 112992] New: document.activeElement should not have elements with display:none

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 19:26:22 PDT 2013


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

           Summary: document.activeElement should not have elements with
                    display:none
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org


Steps to reproduce the bug:

<div id=div1 tabindex=1></div>
<script>
div1.focus();
div1.style.display = 'none';
// Check document.activeElement
</script>

The original bug report is http://crbug.com/178146. This bug is serious because implicit form submission by Enter key can proceed with invisible text inputs.

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