Side navigation
#133 closed bug (invalid)
Opened August 22, 2006 01:04PM UTC
Closed October 27, 2006 08:11AM UTC
Last modified June 20, 2007 01:38AM UTC
Slide Bug
Reported by: | Jörn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | effects | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See example: http://fuzz.bassistance.de/slidebug/starterkit.html
The problem appears with in Opera 9.01, Firefox 1.5.0.6 and IE 6 are fine.
Attachments (0)
Change History (5)
Changed August 24, 2006 02:44PM UTC by comment:1
priority: | major → critical |
---|
Changed August 25, 2006 01:16AM UTC by comment:2
milestone: | → 1.0 |
---|---|
resolution: | → fixed |
status: | new → closed |
I fixed the Opera bug - however, the other bug is far more complicated and probably not fixable anytime soon. The issue is that since the element is hidden (display: none) I have to break it out of body in order to avoid any flashes of content, when I determine the "true" height/width. Unfortunately, since browsers don't feel like giving the correct height/width for display:none content, this isn't going to be resolved, unfortunately.
See, the quick fix is just to not change the position to 'absolute' - but the problem is that any content beneath it will be shoved, temporarily, out of position - which is highly undesirable. So, long story short, if you want to slideDown something with a width:auto *within* something with a fixed width container, you'll need to limit the width in some way using CSS.
Changed October 27, 2006 08:11AM UTC by comment:3
component: | → ajax |
---|---|
priority: | → blocker |
resolution: | → invalid |
status: | reopened → closed |
type: | → bug |
Changed November 05, 2006 11:44PM UTC by comment:4
cc: | "" → Otto |
---|---|
component: | ajax → 1 |
keywords: | "" → Otto |
milestone: | → 1 |
priority: | blocker → 1 |
summary: | slideUp/Down buggy in Opera 9.01 → Otto |
type: | bug → 1 |
version: | → 1 |
Changed November 18, 2006 01:08AM UTC by comment:5
cc: | Otto |
---|---|
component: | 1 → fx |
keywords: | Otto |
milestone: | 1 |
priority: | 1 → major |
summary: | Otto → Slide Bug |
type: | 1 → bug |
version: | 1 |
I modified the example, now the bug also appears with Firefox, only IE 6 is doing fine.
I limited the width of the dl element, this screws FF up.