Search and Top Navigation
#3883 closed bug (fixed)
Opened January 20, 2009 02:30PM UTC
Closed January 27, 2009 02:40PM UTC
accordion: fillSpace demo broken in IE6
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.accordion | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you view the accordion fillSpace demo in IE6
http://jquery-ui.googlecode.com/svn/tags/1.6rc5/demos/accordion/fillspace.html
you'll see two issues
1. it starts much too tall
2. when you resize to make it smaller, it gets bigger
Attachments (0)
Change History (3)
Changed January 24, 2009 10:55AM UTC by comment:1
Changed January 25, 2009 02:44PM UTC by comment:2
The issue occurs in IE7 too, but only in quirks mode. That's the case when opening demos/index.html without being processed by PHP, as the response contains this in the first line:
<?php if(!isset($plain)) { ?>
Removing that fixes the issue in IE7, as the correct doctype is then applied. Doesn't help IE6, though the issue is probably very similar.
Changed January 27, 2009 02:40PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r1809.
At first I suspected some correlation with the resizable - but disabling it yields exactly the same result. The code calculating the height to fill must be bogus in IE.