Skip to main content

Bug Tracker

Side navigation

#5464 closed bug (worksforme)

Opened November 06, 2009 01:40PM UTC

Closed November 07, 2009 02:16PM UTC

: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");

}

}

Attachments (0)
Change History (2)

Changed November 06, 2009 01:42PM UTC by Robbert comment:1

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

Changed November 07, 2009 02:16PM UTC by john comment:2

resolution: → worksforme
status: newclosed

This has actually already been fixed in the jQuery nightlies.