Skip to main content

Bug Tracker

Side navigation

#4000 closed bug (worksforme)

Opened January 27, 2009 03:28AM UTC

Closed November 14, 2010 02:32PM UTC

overflow bug using .animate webkit browsers - element loses overflow property

Reported by: jsjqueryemail Owned by:
Priority: minor Milestone: 1.3.2
Component: effects Version: 1.3.1
Keywords: effects, .animate, overflow, safari, chrome, webkit Cc:
Blocked by: Blocking:
Description

I've attached a file with examples of all the cases where this happens. Essentially if you resize a div with .animate it will cause webkit browsers to lose any set overflow property. For example, if you have overflow set to auto and you shrink the div's height / width, any content that was contained in the div with the scroll bar will come spilling out the bottom. This can be fixed only by using .css to reset the overflow property.

Attachments (1)
  • webkitbug.js (4.2 KB) - added by jsjqueryemail January 27, 2009 03:32AM UTC.

    webkit .animate overflow bug example

Change History (1)

Changed November 14, 2010 02:32PM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

http://jsfiddle.net/dmethvin/Xks8w/

I don't see this happening with the current version in Safari 5 or Chrome 7.