Skip to main content

Bug Tracker

Side navigation

#11780 closed bug (fixed)

Opened May 17, 2012 04:10PM UTC

Closed May 17, 2012 04:42PM UTC

Last modified May 17, 2012 04:48PM UTC

relative animation result is wrong size

Reported by: zlati.pehlivanov@gmail.com Owned by: mikesherov
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc: mikesherov
Blocked by: Blocking:
Description

testing under webkit based browser (Chrome)

provoking the bug with css3 rule -webkit-box-sizing:border-box;

here is the test case

http://jsfiddle.net/goldy/Wt9aP/20/

when I do the relative height animation re-sizing the box becomes smaller and smaller, I'm loosing some pixels in the animation.

tested on jquery 1.6.4 and 1.7.2

Attachments (0)
Change History (8)

Changed May 17, 2012 04:36PM UTC by rwaldron comment:1

cc: → mikesherov
owner: → zlati.pehlivanov@gmail.com
status: newpending

Interesting, when I log the values, they are always consistent here: http://jsfiddle.net/rwaldron/wGTWW/

cc'ing mikesherov

Changed May 17, 2012 04:40PM UTC by mikesherov comment:2

owner: zlati.pehlivanov@gmail.commikesherov
status: pendingassigned

Still borked in 1.8pre? I'm mobile at the moment, will check shortly.

Changed May 17, 2012 04:42PM UTC by dmethvin comment:3

resolution: → fixed
status: assignedclosed

We've moved development to master from 1.8pre, and the test case works fine with jquery-git. I'll mark this fixed as a result of some combo of the box-sizing and animation rehab.

Changed May 17, 2012 04:43PM UTC by anonymous comment:4

I don't see any difference in the code in both fiddles but still mine is becoming smaller

Changed May 17, 2012 04:44PM UTC by rwaldron comment:5

The difference is that I switched the version to Edge, instead of 1.6.4 or 1.7.2

Changed May 17, 2012 04:45PM UTC by anonymous comment:6

oh, so jquery edge is more advanced ?

Changed May 17, 2012 04:46PM UTC by rwaldron comment:7

_comment0: I don't know if "advanced" is the word to use, it's built from the git repo, so it's the most recent set of changes in the library1337273241253273
_comment1: I don't know if "advanced" is the word to use, it's built from the git repo, so it's the most recent set of changes in the library \ \ \ When you clicked through to the jsfiddle boilerplate, the version was reset to "Edge" to make sure you wrote your test case against the most recent code.1337273256250957

I don't know if "advanced" is the word to use, it's built from the git repo, so it's the most recent set of changes in the library

When you clicked through to the jsfiddle boilerplate, the version was preset to "Edge" to make sure you wrote your test case against the most recent code.

Changed May 17, 2012 04:48PM UTC by anonymous comment:8

that's what I meant, thanks.