Bug Tracker

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#10506 closed bug (cantfix)

.show vibrating

Reported by: [email protected] Owned by: [email protected]
Priority: low Milestone: None
Component: effects Version: 1.6.4
Keywords: Cc:
Blocked by: Blocking:

Description

Change History (5)

comment:1 Changed 11 years ago by addyosmani

Component: unfiledeffects
Owner: set to [email protected]
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!

comment:2 Changed 11 years ago by [email protected]

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.

comment:3 Changed 11 years ago by timmywil

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.

comment:4 Changed 11 years ago by anonymous

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

comment:5 Changed 11 years ago by anonymous

Sorry, I meant Math.floor().

Note: See TracTickets for help on using tickets.