Bug Tracker

Modify

Ticket #5039 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

: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:
Blocking: Blocked by:

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.

Change History

comment:1 Changed 4 years ago by brandon

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from 1.3.2 to 1.3.3

This is fixed in jQuery SVN

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.