#8778 closed bug (notabug)
Chome pulsate flicker
Reported by: | tomsommer | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.effects.* (individual effect) | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Several effects are bugged in Chrome 22.0.1229.94 m
Go to http://jqueryui.com/effect/ and select "Pulsate" or "bounce" and run the effect. the effect will run too fast and flicker erratically
Change History (5)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
No, they work incorrectly in 1.8.24. The total duration of the effect is correct in 1.9.x, the durations in 1.8.x were incorrectly multiplying by the number of bounces/pulsates.
comment:3 Changed 10 years ago by
Since the fix then has changed the behavior of the effect, perhaps adjust the default duration so the look and feel is the same as in 1.8.x?
1.9 effects look completely broken by default as is.
comment:4 Changed 10 years ago by
The default duration isn't handled by the effects, it's handled by the call to .animate()
or .show()
or whatever other method you're using.
comment:5 Changed 10 years ago by
If you try the effects in the demos (http://jqueryui.com/effect/) - 'pulsate', 'bounce' and others do not behave as nice as they did in 1.8.x, perhaps not the best thing to display or ship as the default effect behavior.
Works fine in 1.8.24