Skip to main content

Bug Tracker

Side navigation

#13183 closed bug (fixed)

Opened January 09, 2013 03:18PM UTC

Closed January 16, 2013 04:33AM UTC

Last modified February 12, 2013 05:35PM UTC

Wrong animation initial value calculation (1.9.0rc1)

Reported by: anonymous Owned by: mikesherov
Priority: high Milestone: 1.9.1
Component: effects Version: 1.9b1
Keywords: Cc: mikesherov
Blocked by: Blocking:
Description

1.9.0rc1 sets wrong initial values for width and height when animations starts.

Simple demo - http://jsfiddle.net/xAbRz/ - the block should only move left, but it appears bigger at the start and then starts resizing, too.

Looks like jQuery animation method uses outerWidth()/outerHeight() instead of width()/height(), because this issue dissapears if padding is removed.

Works fine using prvious versions.

Attachments (0)
Change History (15)

Changed January 16, 2013 01:39AM UTC by dmethvin comment:1

cc: → mikesherov
status: newopen

I agree with your basic analysis; @mikesherov does this make sense to you?

Changed January 16, 2013 02:47AM UTC by mikesherov comment:2

component: unfiledeffects
owner: → mikesherov
priority: undecidedhigh
status: openassigned

This is a regression in 1.9.0 from 1.8.3. I'll investigate.

Changed January 16, 2013 04:33AM UTC by Mike Sherov comment:3

resolution: → fixed
status: assignedclosed

Fix #13183: Wrong animation initial value calc. Close gh-1136.

Changeset: 65df32dc21dc315fe0dcccdcf7d07884f4794ccd

Changed January 16, 2013 04:36AM UTC by Mike Sherov comment:4

Fix #13183: Wrong animation initial value calc. Ref gh-1136.

Changeset: 10cc33e27beb56e41bea1274bc3b51b1c59af9af

Changed January 17, 2013 12:36AM UTC by mikesherov comment:5

#13238 is a duplicate of this ticket.

Changed January 18, 2013 01:57AM UTC by scottgonzalez comment:6

This is marked fixed, but doesn't have a milestone.

Changed January 18, 2013 02:06AM UTC by dmethvin comment:7

milestone: None1.9.1

Well NOW it does!

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

#13254 is a duplicate of this ticket.

Changed January 19, 2013 07:37PM UTC by dmethvin comment:9

#13264 is a duplicate of this ticket.

Changed January 19, 2013 07:39PM UTC by dmethvin comment:10

#13272 is a duplicate of this ticket.

Changed January 21, 2013 03:11PM UTC by mikesherov comment:11

#13284 is a duplicate of this ticket.

Changed January 24, 2013 12:07PM UTC by mikesherov comment:12

#13317 is a duplicate of this ticket.

Changed January 25, 2013 02:49PM UTC by mikesherov comment:13

#13325 is a duplicate of this ticket.

Changed January 28, 2013 10:19PM UTC by mikesherov comment:14

#13340 is a duplicate of this ticket.

Changed February 12, 2013 05:35PM UTC by dmethvin comment:15

#13361 is a duplicate of this ticket.