jquery: draggable plugin -> remove drag behaviour from html5 video controls?

Posted by mathiregister on Stack Overflow See other posts from Stack Overflow or by mathiregister
Published on 2010-06-06T21:34:29Z Indexed on 2010/06/06 21:42 UTC
Read the original article Hit count: 256

Filed under:
|

hi guys,

im working with the jquery ui draggable plugin and i have an html 5 video element with "preload controls" that acts kind of buggy. I

$(".thumb").draggable();

if i drag the video by clicking on the video controls and i'm releasing the mouse again, the video still sticks with the mouse.

<div class='thumb video'><video width='260' height='200' preload controls>

i have no chance to release the video again if i started draggin it at the video controls.

any idea how i could fix this! i probaply should script my own video controls to fix this.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about draggable