jQuery: The Write Less, Do More JavaScript Library

Ticket #1343 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

overflow: hidden not removed in supplied show() animation

Reported by: lmnt Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.4 Component: fx
Version: 1.1.3 Keywords: animation break overflow hidden show
Cc: Needs: Review

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

Change History

Changed 1 year ago by john

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

Fixed in SVN rev [2242].

Changed 1 year ago by john

  • component changed from ajax to fx
Note: See TracTickets for help on using tickets.