Bug Tracker

Ticket #133 (closed bug: invalid)

Opened 2 years ago

Last modified 1 year ago

Slide Bug

Reported by: Jörn Assigned to: anonymous
Type: bug Priority: major
Milestone: Component: fx
Version: Keywords:
Cc: Needs:

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

Change History

Changed 2 years ago by Jörn

  • priority changed from major to critical

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.

Changed 2 years ago by john

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

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 2 years ago by anonymous

  • priority set to blocker
  • status changed from reopened to closed
  • component set to ajax
  • resolution set to invalid
  • type set to bug

Changed 2 years ago by Otto

  • cc changed from "" to Otto
  • component changed from ajax to 1
  • summary changed from slideUp/Down buggy in Opera 9.01 to Otto
  • priority changed from blocker to 1
  • version set to 1
  • milestone set to 1
  • keywords changed from "" to Otto
  • type changed from bug to 1

Changed 2 years ago by john

  • cc deleted
  • component changed from 1 to fx
  • summary changed from Otto to Slide Bug
  • priority changed from 1 to major
  • version deleted
  • milestone deleted
  • keywords deleted
  • type changed from 1 to bug
Note: See TracTickets for help on using tickets.