Webkit selects the image when dragging to pan
Closed this issue · 3 comments
toddmorey commented
- The hosted example, based off of JQuery Tools and JQuery 1.4, works great in both Chrome and Safari.
- The current example in trunk (using JQuery 1.7 & mousewheel) causes webkit browsers to select and drag the image when panning (as if to save it to the desktop). I tried using .preventDefault(); and -webkit-user-select: none; but it actually turned off the panning capability.
Thanks for the work here! It's exactly what I need for my project!
Todd
benlumley commented
Hi
Thanks for the feedback - I saw that bug in webkit, thought latest
jquery-ui had fixed it (it uses jqui draggable). Will check again!
Ben
benlumley commented
Had forgotten to push :)
toddmorey commented
thanks, benlumley!