#9126 closed bug (fixed)
.show()/.hide() do not support all of core's options
Reported by: | albi | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.2 |
Component: | ui.effects.core | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.hide() and .show() are refined in jquery ui not just extended !! this cause them to break some of their functionalities like STEP function;
Change History (5)
comment:1 Changed 10 years ago by
Component: | ui.effects.* (individual effect) → ui.effects.core |
---|---|
Status: | new → open |
Summary: | Jquery UI breaks jQuery .hide and .show() → .show()/.hide() do not support all of core's options |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 Changed 10 years ago by
Milestone: | none → 1.10.2 |
---|
comment:4 Changed 9 years ago by
This is still a bug in the latest jQuery UI 1.11.0 if you use the property effect to change the show/hide-effect. Then the 'step' and 'progress' functions stop working.
See: http://jsfiddle.net/eoqrkL88/
So the Unit test https://github.com/jquery/jquery-ui/blob/master/tests/unit/effects/effects_core.js on line 21 (.hide() with step) should also be changed or some extra tests should be added.
comment:5 Changed 9 years ago by
Please file a separate issue as this is about adding feature parity to jQuery UI easings, not about broken features from jQuery Core.
Effects: Handle the .hide/show/toggle( options ) signatures from core properly. Fixes #9126 - .show()/.hide() do not support all of core's options.