Bug Tracker

Opened 14 years ago

Closed 14 years ago

#5464 closed bug (worksforme)

:ishidden selector on IE8 (IE8 standards)

Reported by: Robbert Owned by: john
Priority: minor Milestone: 1.3.2
Component: selector Version: 1.3.2
Keywords: isvalid Cc:
Blocked by: Blocking:

Description

The :ishidden selector doesn't seem to recognize a hidden (class with external stylesheet display: none) table row.

Valid xhtml strict document.

code snippet:

if ($(nextElement).is(":hidden")) {

try { $(nextElement).css("display","table-row"); } catch(err) {

ie6 wants it old skool $(nextElement).css("display","block");

}

}

Change History (2)

comment:1 Changed 14 years ago by Robbert

if you need more info: r.helling -: at :- vvaa (dot) .nl

comment:2 Changed 14 years ago by john

Resolution: worksforme
Status: newclosed

This has actually already been fixed in the jQuery nightlies.

Note: See TracTickets for help on using tickets.