Well title is quite a mouthful, but I discovered this using the "Node Privacy By Role" module for Drupal 6.

That module implements its form elements within a table (which is created as a sticky header table by Drupal 6 because there is a header) that are in a fieldset that is collapsed by default. While it worked in FF, IE7 will expand the fieldset but the table that should be inside is never rendered.

If you set the fieldset to be expanded by default the table is displayed.

Comments

quicksketch’s picture

Keeping this one on radar.

I mentioned to Moonshine in IRC that you can prevent tableheader.js from affecting certain tables by applying the "tableHeader-processed" class to the table's thead. It's a workaround, but could be helpful for people needing an immediate fix.

drumm’s picture

Status: Active » Closed (duplicate)