Skip to main content

Bug Tracker

Side navigation

#13254 closed bug (duplicate)

Opened January 17, 2013 06:06PM UTC

Closed January 18, 2013 01:46PM UTC

.animate() initial dimension problem

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: git
Keywords: Cc:
Blocked by: Blocking:
Description

there is a problem in jquery 1.9; i'm animating the height of an element, which has a padding-top; before the animation starts (if i animate it to a smaller height) the height is increased to height+(padding-top)...and then the animation happens;...so i'm guessing that when the animation starts it sets the height of the element to it's current height, but with the padding; i don't know if it's a bug or a feature

Attachments (0)
Change History (1)

Changed January 18, 2013 01:46PM UTC by mikesherov comment:1

resolution: → duplicate
status: newclosed

Duplicate of #13183.