Ticket #4000 (closed bug: worksforme)
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: | |
| Blocking: | Blocked by: |
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
Change History
Changed 4 years ago by jsjqueryemail
-
attachment
webkitbug.js
added
comment:1 Changed 3 years ago by dmethvin
- Status changed from new to closed
- Resolution set to worksforme
http://jsfiddle.net/dmethvin/Xks8w/
I don't see this happening with the current version in Safari 5 or Chrome 7.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

webkit .animate overflow bug example