Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1343 closed bug (fixed)

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.

Change History (2)

comment:1 Changed 16 years ago by john

Resolution: fixed
Status: newclosed

Fixed in SVN rev [2242].

comment:2 Changed 16 years ago by john

Component: ajaxfx
Note: See TracTickets for help on using tickets.