Skip to main content

Bug Tracker

Side navigation

#4594 closed bug (worksforme)

Opened April 27, 2009 02:15PM UTC

Closed November 17, 2010 02:52AM UTC

tbody toggle() fails in IE7 if it contains more than one tr

Reported by: mcgmatt Owned by: john
Priority: major Milestone: 1.4
Component: selector Version: 1.3.2
Keywords: tbody tr toggle Cc:
Blocked by: Blocking:
Description

When a tbody tag contains one tr, toggle() works for all browsers when calling toggle() on the tbody. When the tbody tag contains more than one tr tag, toggle() fails in IE7. I have not tested in IE6 or IE8, but it works with multiple tr tags in Firefox, Chrome, Safari, and Opera.

The problem appears to be with Sizzle - with multiple tr tags, it always returns false when checking :hidden for the tbody tag, even when the tbody is hidden.

This worked in the previous version, but does not work in 1.3.2.

Attachments (1)
Change History (1)

Changed November 17, 2010 02:52AM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed