Bug Tracker

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11780 closed bug (fixed)

relative animation result is wrong size

Reported by: zlati.pehlivanov@… 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

Change History (8)

comment:1 Changed 11 years ago by Rick Waldron

Cc: mikesherov added
Owner: set to zlati.pehlivanov@…
Status: newpending

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

cc'ing mikesherov

comment:2 Changed 11 years ago by mikesherov

Owner: changed from zlati.pehlivanov@… to mikesherov
Status: pendingassigned

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

comment:3 Changed 11 years ago by dmethvin

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.

comment:4 Changed 11 years ago by anonymous

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

comment:5 Changed 11 years ago by Rick Waldron

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

comment:6 Changed 11 years ago by anonymous

oh, so jquery edge is more advanced ?

comment:7 Changed 11 years ago by Rick Waldron

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.

Version 1, edited 11 years ago by Rick Waldron (previous) (next) (diff)

comment:8 Changed 11 years ago by anonymous

that's what I meant, thanks.

Note: See TracTickets for help on using tickets.