Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#7086 closed bug (fixed)

easing only first click is working.

Reported by: David.Sullivan Owned by:
Priority: minor Milestone: 1.8.11
Component: [meta] ui.demos Version: 1.8.10
Keywords: Cc:
Blocked by: Blocking:

Description

On the page http://jqueryui.com/demos/effect/easing.html page Google Chrome 11 dev build only shows the easing effect for the first item clicked. All other items clicked basicaly just do a .hide. Works correct in FF and IE and Chrome 10.

Change History (6)

comment:1 Changed 12 years ago by David.Sullivan

ajpiano also reproduced this issue I believe.

comment:2 Changed 12 years ago by ajpiano

Component: ui.core[meta] ui.demos

It's only reproducible in Chrome 11. But it's also worth noting that the easing demos behave differently in FF versus Safari - in FF, they shrink in both directions, whereas in Safari they only shrink vertically. But this all might get cleaned up by the effects rewrite...

comment:4 Changed 12 years ago by Corey Frang

Resolution: fixed
Status: newclosed

Effects demo: Animate a containing div instead of the canvas directly for easing demo. Fixes #7086 - easing only first click is working.

Canvas seems to be animating poorly in Chrome 11 - and animating the height only is scaling width too in some browsers yet not others...

Changeset: fa7f5d2873b1fef978eab7d9f342c5afa77e061c

comment:5 Changed 12 years ago by Corey Frang

Effects demo: Animate a containing div instead of the canvas directly for easing demo. Fixes #7086 - easing only first click is working.

Canvas seems to be animating poorly in Chrome 11 - and animating the height only is scaling width too in some browsers yet not others... (cherry picked from commit fa7f5d2873b1fef978eab7d9f342c5afa77e061c)

Changeset: 6bd5c08a1d3f28976ef2fb8c31988cd9c18ee055

comment:6 Changed 12 years ago by Scott González

Milestone: 1.91.8.11
Note: See TracTickets for help on using tickets.