Skip to main content

Bug Tracker

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)
  • ie-bug.html (1.4 KB) - added by lathan June 04, 2009 06:40PM UTC.
Change History (5)

Changed June 04, 2009 06:48PM UTC by lathan comment:1

Possibly similar to ticket http://dev.jquery.com/ticket/4549

Changed June 24, 2009 02:14PM UTC by lathan 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 dmethvin comment:3

component: unfiledselector

Changed November 19, 2010 09:48AM UTC by snover comment:4

resolution: → duplicate
status: newclosed

Changed November 19, 2010 09:48AM UTC by snover comment:5

Duplicate of #5482.