Skip to main content

Bug Tracker

Side navigation

#10506 closed bug (cantfix)

Opened October 16, 2011 01:40PM UTC

Closed October 19, 2011 05:34PM UTC

Last modified October 20, 2011 01:08PM UTC

.show vibrating

Reported by: drakefjustin@gmail.com Owned by: drakefjustin@gmail.com
Priority: low Milestone: None
Component: effects Version: 1.6.4
Keywords: Cc:
Blocked by: Blocking:
Description
Attachments (0)
Change History (5)

Changed October 17, 2011 02:28AM UTC by addyosmani comment:1

component: unfiledeffects
owner: → drakefjustin@gmail.com
priority: undecidedlow
status: newpending

Thanks for submitting a ticket. Having reviewed the rest of the SO link, the other answers point at this being a browser-bug, rather than a bug with the easing animation implementation. Are you still sure you'd like to submit this as a jQuery bug? If so, kindly supply a jsFiddle test case reproducing the issue so that anyone checking the ticket can easily reference it. Thanks!

Changed October 17, 2011 10:47AM UTC by drakefjustin@gmail.com comment:2

status: pendingnew

There is a jsfiddle in the SO post. Never the less, here it is:

http://jsfiddle.net/pzP4Q/

This bug is for all Chrome 14 users. Although it is potentially a browser bug, I think the jQuery team should probably take a lot at finding a work around.

Changed October 19, 2011 05:34PM UTC by timmywil comment:3

resolution: → cantfix
status: newclosed

I don't think there is anything we can do. The bouncing occurs even with linear: http://jsfiddle.net/timmywil/pzP4Q/13/. It seems to have something to do with display: inline, but we can't enforce display: block for all shows.

Changed October 20, 2011 01:07PM UTC by anonymous comment:4

Why don't we round using Math.float()? That could potentially do something.

Changed October 20, 2011 01:08PM UTC by anonymous comment:5

Sorry, I meant Math.floor().