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 comment:1
cc: | → mikesherov |
---|---|
owner: | → zlati.pehlivanov@gmail.com |
status: | new → pending |
Changed May 17, 2012 04:40PM UTC by comment:2
owner: | zlati.pehlivanov@gmail.com → mikesherov |
---|---|
status: | pending → assigned |
Still borked in 1.8pre? I'm mobile at the moment, will check shortly.
Changed May 17, 2012 04:42PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | assigned → closed |
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 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 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 comment:6
oh, so jquery edge is more advanced ?
Changed May 17, 2012 04:46PM UTC by 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 library → 1337273241253273 |
---|---|
_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 comment:8
that's what I meant, thanks.
Interesting, when I log the values, they are always consistent here: http://jsfiddle.net/rwaldron/wGTWW/
cc'ing mikesherov