Search and Top Navigation
#5474 closed bug (duplicate)
Opened April 02, 2010 05:28AM UTC
Closed April 02, 2010 07:14PM UTC
Last modified October 11, 2012 09:15PM UTC
UI breaks jquery.show('normal')
Reported by: | dmuir | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.effects.core | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jquery's show, hide, toggle, etc methods allow for the speeds:
slow, fast, with a fallback to _default.
So jQuery.show('normal') should fall back to the default of 400
jQueryUI overrides show, but does not follow the same fallback rules, so when unrecognised text is entered it silently fails instead of using the default.
Duplicate of #5456.