#5456 closed bug (fixed)
Effects: .show() broken with "normal" speed
Reported by: | dazzx | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.5 |
Component: | ui.effects.core | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi there,
Don't know if it's intended, but this thing have just stolen me several hours, so I report it. For the impatient, the commented code is here : http://jsbin.com/upaka
If I use JQuery alone,
// that works nicely $("#anyDiv").show("normal");
If I add JQuery UI 1.8, that breaks miserably... That's quite annoying, since I had a plugin which relied on that to show a timepicker, and it didn't work with the latest releases...
I've now overrided the default duration (which was set with "normal") and all works well
dazzx
Change History (4)
comment:1 Changed 13 years ago by
Component: | ui.core → effects.core |
---|
comment:2 Changed 13 years ago by
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 13 years ago by
Summary: | JQuery UI show() function broken with "normal" speed → Effects: .show() broken with "normal" speed |
---|
comment:4 Changed 13 years ago by
Milestone: | 1.9 → 1.8.5 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in 2b9d684.