Side navigation
#6390 closed bug (invalid)
Opened April 02, 2010 10:52AM UTC
Closed November 15, 2010 03:17AM UTC
Selector :input produces css error in firefox 3.5.8.
Reported by: | mot | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | selector | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
How to reproduce: Firefox 3.5.8 + Firebug 1.5.3.
$(':input')
Firebug will show css error - unkown pseudo-class or pseudo-element "input".
But it will select :input elements.