Skip to main content

Bug Tracker

Side navigation

#5708 closed bug (invalid)

Opened December 23, 2009 04:32PM UTC

Closed November 19, 2010 10:10AM UTC

Selectors failing in internet explorer

Reported by: SteveLazarus Owned by:
Priority: major Milestone: 1.4
Component: selector Version: 1.4a2
Keywords: Cc: stephen.m.lazarus.c69@alumni.upenn.edu
Blocked by: Blocking:
Description

Selector such as tr:nth-child:gt(0) does not work in Internet Explorer. Behavior is fine in Firefox. Behavior is demonstrated in the attached file (paths to jQuery are my local ones). In IE the "slecting child: " alerts are never displayed.

On a positive note this file does show that the problem in http://dev.jquery.com/ticket/5039 is fixed (at least for this test case).

Attachments (1)
  • bug.html (1.3 KB) - added by SteveLazarus December 23, 2009 04:33PM UTC.
Change History (2)

Changed June 13, 2010 11:44PM UTC by dmethvin comment:1

component: unfiledselector

Changed November 19, 2010 10:10AM UTC by snover comment:2

resolution: → invalid
status: newclosed

tr:nth-child:gt(0) is not a valid selector.