Opened 13 years ago
Closed 12 years ago
#6390 closed bug (invalid)
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".
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → invalid |
Status: | new → closed |
This is not a bug. The console is just showing a warning.
Note: See
TracTickets for help on using
tickets.
But it will select :input elements.