Side navigation
#2318 closed bug (fixed)
Opened February 11, 2008 04:22PM UTC
Closed May 21, 2008 02:43AM UTC
Last modified May 21, 2008 07:33PM UTC
[accordion] animation bug in IE
Reported by: | scottgonzalez | Owned by: | braeker |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | accordion | Cc: | |
Blocked by: | Blocking: |
Description
The slide animation in IE 6 (untested in IE 7) has a jump at the end of the animation if the links have their display set to block.
See http://scottsplayground.com/temp/accordion-animation-ie/ and click "a".
Attachments (0)
Change History (7)
Changed February 12, 2008 01:04PM UTC by comment:1
owner: | paul → joern |
---|
Changed May 04, 2008 09:11AM UTC by comment:2
priority: | major → minor |
---|
Changed May 05, 2008 08:57PM UTC by comment:3
Still no idea how to solve this. The li with the anchor alone causes the wrong height, the content-div doesn't matter at all.
Changed May 21, 2008 02:43AM UTC by comment:4
hey Joern!
This is a common White-space IE bug with anchors with display: block inside a li element.
We have some ways to fix it, one of them is make the <a> elements gain layout on ie6.
fixed!
Changed May 21, 2008 02:43AM UTC by comment:5
owner: | joern → braeker |
---|
Changed May 21, 2008 02:43AM UTC by comment:6
resolution: | → fixed |
---|---|
status: | new → closed |
Changed May 21, 2008 07:33PM UTC by comment:7
Fixed in [5647].