Skip to main content

Bug Tracker

Side navigation

#7111 closed enhancement (fixed)

Opened October 03, 2010 10:10PM UTC

Closed October 09, 2010 08:23PM UTC

Last modified March 15, 2012 12:32PM UTC

$.animate kills overflow-x / overflow-y

Reported by: rodneyrehm Owned by: snover
Priority: low Milestone: 1.4.3
Component: effects Version: 1.4.2
Keywords: Cc: snover
Blocked by: Blocking:
Description

Although overflow implicitly sets overflow-x and overflow-y they don't need to be the same value. You could hide the vertical overflow (overflow-y) while showing (or scrolling) the horizontal overflow (overflow-x). $.animate() kills this by setting overflow (instead of overflow-x and overflow-y). Preserving the original (possibly different) values of overflow-x and overflow-y, while still doing that (necessary) overflow hiding is fairly easy - see the attached diff.

Attachments (1)
Change History (3)

Changed October 04, 2010 09:41PM UTC by snover comment:1

cc: → snover
component: unfiledfx
need: ReviewCommit
owner: → snover
priority: undecidedlow
status: newassigned
type: bugenhancement

I have a patch in git for this, along with some other fixes to $.animate. Hopefully it will land either on 1.4.3 or 1.next.

Changed October 05, 2010 08:30PM UTC by snover comment:2

Changed October 09, 2010 08:23PM UTC by john comment:3

resolution: → fixed
status: assignedclosed