Side navigation
#4729 closed bug (duplicate)
Opened June 04, 2009 06:33PM UTC
Closed November 19, 2010 09:48AM UTC
Last modified November 19, 2010 09:48AM UTC
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 (5)
Changed June 04, 2009 06:48PM UTC by comment:1
Changed June 24, 2009 02:14PM UTC by comment:2
In the Attachment: in Firefox, it alerts "list([HTMLDIVELEMENT])", but in IE (6 or 7) it alerts "list()".
Changed June 13, 2010 02:55AM UTC by comment:3
component: | unfiled → selector |
---|
Changed November 19, 2010 09:48AM UTC by comment:4
resolution: | → duplicate |
---|---|
status: | new → closed |
Possibly similar to ticket http://dev.jquery.com/ticket/4549