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

Opera 12 throws error because it doesn't support setDragImage #15

Open
marcojakob opened this issue Nov 12, 2013 · 0 comments
Open

Opera 12 throws error because it doesn't support setDragImage #15

marcojakob opened this issue Nov 12, 2013 · 0 comments

Comments

@marcojakob
Copy link
Owner

Feature/browser detection should be changed to filter-out Opera 12 (see this answer).

A solution that works for all versions of IE (up to and including IE11) is:

hasNativeDraggable = (element.draggable && !(document.uniqueID || window.opera));

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

No branches or pull requests

1 participant