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");
}
}
if you need more info: r.helling -: at :- vvaa (dot) .nl