Metadata
- Source
- FLUID-567
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Eli Cochran
- Reporter
- Eli Cochran
- Created
2008-05-05T18:30:10.000-0400 - Updated
2008-12-02T15:10:20.000-0500 - Versions
-
- 0.3
- Fixed Versions
-
- 0.3
- Component
-
- Uploader
Description
In Internet Explorer 7 under Windows XP:
1) Queue up five files in the file queue.
2) One by one add additional files to the queue.
Observe: at some point, probably 7 or 8 files individual rows in the queue will expand to 200 pixels tall.
What should happen is that the file queue outer wrapper should become a scrolling area and that the inner rows should not change size. This is what it does in FF (both platforms) and Safari on the Mac.
Note: this bug may also be present in IE6 and/or Windows Vista, not tested in those configurations yet.
Environments
Windows XP, Internet Explorer 7
Comments
-
Eli Cochran commented
2008-05-23T12:06:50.000-0400 IE doesn't support height and scrolling on tbody elements.
And so, I exploded the table into three separate parts so I could scroll the middle. All because IE is wack!
-
Eli Cochran commented
2008-05-23T12:07:51.000-0400 Different bug same fix as FLUID-616
-
Justin Obara commented
2008-12-02T15:10:20.000-0500 appears to have been fixed