-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
forceFallback does not work in Safari 8.0 #628
Comments
Safari v5.1.7 (for Windows) - same issue. Browser react on the draggable attribute of elements and if it set to "true" trying to use native drag |
Seeing the same thing in Chrome 46.0.2490.86 ... |
+1 same issue in safari on mac. elem will be draggable after i release mouse button |
+1 It's a critical issue for our application. Fix will be greatly appreciated. Or atleast tips how to fix it ourselves. @RubaXa |
@RubaXa I removed line 340( |
@deepsyx try dev-branch. |
We came across this issue today and we tried the the dev-branch. Works fine. Any timeline on having this fix on npm? |
+1 |
Another issue when dragging an element in safari the elements underneath are all highlighted. |
Please merge to master if it is working fine. Works great for us in the dev branch, but in master it is impossible to sort using Safari. Thanks! |
Hey @RubaXa, is there any sign of this being merged into master? The fix in dev works for us too, whereas the current release version cannot be used in Safari up to 9.1. Is there anything that would help progress this? Many thanks! Claire |
We were using the
forceFallback
option to give us more control over the styling of the ghost element. Unfortunately this does not work in the latest version of Safari.This can be replicated on your demo - http://jsbin.com/pucurizace/edit?html,css,js,output
In safari, first the clone element is dragged and then after the drop, the actual draggable element moves. It's a bit hard to explain - best to just try it in Safari.
Thanks
The text was updated successfully, but these errors were encountered: