This is due to the mouseDown and mouseUp event handlers functions returning
false in jquery ui core.

Draggable is most likely not responsible for this?

I was able to fix this behavior by simple changing:
"return false;" to "return true;"
However, I do not know if this might cause any unwanted side effects for
other ui plugins. I need a fix asap for my video controls, and haven't seen
any problems - but tread carefully if you do this.

I am using jquery UI 1.5.3, and it looks like these functions were changed
in 1.7 (current version as of now). In 1.7 the mouseDown true, but false for
mouseUp. There is also some extra stuff for safari in 1.7 so maybe this is
fixed?

Hope this helps!

- Jason


pikachu-2 wrote:
> 
> My question is: Is this a Safari thing or a ui.draggable behaviour ?
> i.e., When Safari has handled the mouseDown event, it stopped
> propagating it to the embedded Flash.
> 
> Is there any way to force the event to propagate ? Thanks for any
> pointers in advance.
> 

-- 
View this message in context: 
http://www.nabble.com/Embedded-Flash-Draggable-on-Safari-tp19394706s27240p22506178.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to