benlumley/jQuery-PanZoom

Webkit selects the image when dragging to pan

Closed this issue · 3 comments

  1. The hosted example, based off of JQuery Tools and JQuery 1.4, works great in both Chrome and Safari.
  2. 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

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

Had forgotten to push :)

thanks, benlumley!