Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from TBD to 1.9
Fixed in 2b9d684.
Note: See
TracTickets for help on using
tickets.

