#2318 closed bug (fixed)
[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".
Change History (7)
comment:1 Changed 15 years ago by
Owner: | changed from paul to joern |
---|
comment:2 Changed 15 years ago by
Priority: | major → minor |
---|
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
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!
comment:5 Changed 15 years ago by
Owner: | changed from joern to braeker |
---|
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.