#5474 closed bug (duplicate)
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.
Note: See
TracTickets for help on using
tickets.
Duplicate of #5456.