Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preventDefault in mousemove handler prevent sbrowser drag&drop override #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nmgeek
Copy link

@nmgeek nmgeek commented Aug 17, 2015

Chrome is 'hijacking' the mousemove handler at times because it thinks you are trying to drag & drop the image to another application.

Chrome is 'hijacking' the mousemove handler at times because it thinks you are trying to drag & drop the image to another application.
@mvindahl
Copy link
Owner

Hi,
Sorry for the late reply. Pull requests are appreciated, but according to TravisCI, this one seems to be breaking the unit tests?
Best regards,
/Martin

@afgarcia86
Copy link

I resolved this by not allowing pointer events on the image via CSS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants