Bug Tracker

Modify

Ticket #1343 (closed bug: fixed)

Opened 6 years ago

Last modified 6 years ago

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:
Blocking: Blocked by:

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

comment:1 Changed 6 years ago by john

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in SVN rev [2242].

comment:2 Changed 6 years ago by john

  • Component changed from ajax to fx

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.