The screenshot is showing /admin/reports/dblog, in Chinese, sorry.
As you can see from the screenshot, the floating header of the table is not aligned correctly, mainly because the total width of floating header is so small that it cannot cover all the header area.
It is not a problem in my opera browser, though. So it might be another IE7-only problem.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ie7_floating_header.patch | 596 bytes | dvessel |
| tablefloatheader.JPG | 34.96 KB | fundawang |
Comments
Comment #1
dvessel commentedThis can be easily fixed by adding in a space (
) within tableheader.js. IE predictably collapses that area since it has no content.But do we want to. :)
Comment #2
dvessel commentedNever mind what I just said. Here's a fix. IE7 doesn't return a blank space but an empty string.
All that was changed. Both needs to be checked for so we don't get the same problem with compliant browser.
Comment #3
dvessel commentedComment #4
dvessel commentedMarking dupe. Issue will be fixed here:
http://drupal.org/node/194590