Search and Top Navigation
#7086 closed bug (fixed)
Opened March 08, 2011 09:05PM UTC
Closed March 09, 2011 01:45PM UTC
Last modified March 09, 2011 01:46PM UTC
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.
Attachments (0)
Change History (6)
Changed March 08, 2011 09:06PM UTC by comment:1
Changed March 08, 2011 09:09PM UTC by comment:2
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...
Changed March 08, 2011 10:06PM UTC by comment:3
Changed March 09, 2011 01:45PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
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
Changed March 09, 2011 01:45PM UTC by comment:5
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
Changed March 09, 2011 01:46PM UTC by comment:6
milestone: | 1.9 → 1.8.11 |
---|
ajpiano also reproduced this issue I believe.