[Webkit-unassigned] [Bug 25720] New: querySelectorAll do not consider hidden input field when querying for :enabled and :disabled pseudos

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 02:40:43 PDT 2009


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

           Summary: querySelectorAll do not consider hidden input field when
                    querying for :enabled and :disabled pseudos
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: diego.perini at gmail.com


Tested on www.google.com main page in the URL bar:

javascript:alert(document.querySelectorAll(':enabled').length);

returned result set length is 10 in FF 3.5, while in Safari 3/4 the returned
result set length is 7. Three hidden input fields are missing from the returned
result set.

Related specifications:

http://www.w3.org/TR/css3-selectors/#UIstates


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



More information about the webkit-unassigned mailing list