#4729 closed bug (duplicate)
nth-child failing on IE 6 and 7
Reported by: | lathan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | ie nth-child | Cc: | |
Blocked by: | Blocking: |
Description
on IE (6 & 7), nth-child is failing to select anything Works fine in FF 3.0.10
Here is my example: I am looking for divs with a class of conditional that have an input inside the :nth-child(2) of that div.
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | ie-bug.html added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
In the Attachment: in Firefox, it alerts "list([HTMLDIVELEMENT])", but in IE (6 or 7) it alerts "list()".
comment:3 Changed 12 years ago by
Component: | unfiled → selector |
---|
comment:4 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Possibly similar to ticket http://dev.jquery.com/ticket/4549