Skip to main content

Bug Tracker

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 paul comment:1

owner: pauljoern

Changed May 04, 2008 09:11AM UTC by paul comment:2

priority: majorminor

Changed May 05, 2008 08:57PM UTC by joern 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 braeker 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 braeker comment:5

owner: joernbraeker

Changed May 21, 2008 02:43AM UTC by braeker comment:6

resolution: → fixed
status: newclosed

Changed May 21, 2008 07:33PM UTC by joern comment:7

Fixed in [5647].