Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 Jörn Zaefferer

Component: ui.coreeffects.core

comment:2 Changed 13 years ago by Scott González

Milestone: TBD1.9
Resolution: fixed
Status: newclosed

Fixed in 2b9d684.

comment:3 Changed 13 years ago by Scott González

Summary: JQuery UI show() function broken with "normal" speedEffects: .show() broken with "normal" speed

comment:4 Changed 13 years ago by Scott González

Milestone: 1.91.8.5
Note: See TracTickets for help on using tickets.