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 comment:1
cc: | → mikesherov |
---|---|
status: | new → open |
Changed January 16, 2013 02:47AM UTC by comment:2
component: | unfiled → effects |
---|---|
owner: | → mikesherov |
priority: | undecided → high |
status: | open → assigned |
This is a regression in 1.9.0 from 1.8.3. I'll investigate.
Changed January 16, 2013 04:33AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fix #13183: Wrong animation initial value calc. Close gh-1136.
Changeset: 65df32dc21dc315fe0dcccdcf7d07884f4794ccd
Changed January 16, 2013 04:36AM UTC by comment:4
Fix #13183: Wrong animation initial value calc. Ref gh-1136.
Changeset: 10cc33e27beb56e41bea1274bc3b51b1c59af9af
Changed January 18, 2013 01:57AM UTC by comment:6
This is marked fixed, but doesn't have a milestone.
Changed January 18, 2013 02:06AM UTC by comment:7
milestone: | None → 1.9.1 |
---|
Well NOW it does!
Changed January 19, 2013 07:39PM UTC by comment:10
#13272 is a duplicate of this ticket.
Changed January 21, 2013 03:11PM UTC by comment:11
#13284 is a duplicate of this ticket.
Changed January 24, 2013 12:07PM UTC by comment:12
#13317 is a duplicate of this ticket.
Changed January 25, 2013 02:49PM UTC by comment:13
#13325 is a duplicate of this ticket.
Changed January 28, 2013 10:19PM UTC by comment:14
#13340 is a duplicate of this ticket.
Changed February 12, 2013 05:35PM UTC by comment:15
#13361 is a duplicate of this ticket.
I agree with your basic analysis; @mikesherov does this make sense to you?