Skip to main content

Bug Tracker

Side navigation

#5039 closed bug (fixed)

Opened August 12, 2009 04:52PM UTC

Closed September 14, 2009 08:59PM UTC

:visible selector don't work on IE

Reported by: jucamo Owned by: john
Priority: major Milestone: 1.4
Component: selector Version: 1.3.2
Keywords: visible selector Cc:
Blocked by: Blocking:
Description

The selector expression ":visible" don't work on IE but it works on firefox and chrome

I have a table with id=gvwRubros, when I apply the selector

$("#gvwRubros tr:visible")

in firefox and chrome work, but on IE select all the elements.

The way that I hide the element <tr> is in javascript code using the hide(); function of jquery.

I test on IE 6 and 7,firefox 3.5 , chrome 2.

Attachments (0)
Change History (1)

Changed September 14, 2009 08:59PM UTC by brandon comment:1

milestone: 1.3.21.3.3
resolution: → fixed
status: newclosed

This is fixed in jQuery SVN