Skip to main content

Bug Tracker

Side navigation

#1343 closed bug (fixed)

Opened July 02, 2007 05:01PM UTC

Closed July 05, 2007 04:28AM UTC

Last modified July 05, 2007 04:28AM UTC

overflow: hidden not removed in supplied show() animation

Reported by: lmnt Owned by:
Priority: major Milestone: 1.1.4
Component: effects Version: 1.1.3
Keywords: animation break overflow hidden show Cc:
Blocked by: Blocking:
Description

This behavior can be observed even on the main page of jQuery. When animating an element with the show() function, the overflow style with attribute 'hidden' is not removed upon the animation's completion. Such behavior is isolated to this provided animation function and is not seen in others such as the slide*() type.

This is an animation breaking bug as generated content will not be visible if it is overflow (a fairly common and desirable trait).

Fixing this from a user's standpoint requires removing or manually setting the element's overflow style attribute -- however doing so will break the JQuery animation.

Attachments (0)
Change History (2)

Changed July 05, 2007 04:28AM UTC by john comment:1

resolution: → fixed
status: newclosed

Fixed in SVN rev [2242].

Changed July 05, 2007 04:28AM UTC by john comment:2

component: ajaxfx