Bug Tracker

Ticket #2318 (closed bug: fixed)

Opened 10 months ago

Last modified 7 months ago

[accordion] animation bug in IE

Reported by: scott.gonzalez Assigned to: braeker
Type: bug Priority: minor
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords: accordion
Cc: Needs: Review

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

Change History

Changed 10 months ago by paul

  • owner changed from paul to joern

Changed 7 months ago by paul

  • priority changed from major to minor

Changed 7 months ago by joern

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 7 months ago by braeker

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 7 months ago by braeker

  • owner changed from joern to braeker

Changed 7 months ago by braeker

  • status changed from new to closed
  • resolution set to fixed

Changed 7 months ago by joern

Fixed in [5647].

Note: See TracTickets for help on using tickets.