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

forceFallback does not work in Safari 8.0 #628

Closed
benfoster opened this issue Oct 27, 2015 · 12 comments
Closed

forceFallback does not work in Safari 8.0 #628

benfoster opened this issue Oct 27, 2015 · 12 comments

Comments

@benfoster
Copy link

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

@henus
Copy link

henus commented Nov 16, 2015

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 dragnndrop.

@jfriv
Copy link

jfriv commented Nov 20, 2015

Seeing the same thing in Chrome 46.0.2490.86 ...

@seyar
Copy link

seyar commented Nov 25, 2015

+1 same issue in safari on mac. elem will be draggable after i release mouse button

@deepsyx
Copy link

deepsyx commented Jan 18, 2016

+1 It's a critical issue for our application. Fix will be greatly appreciated. Or atleast tips how to fix it ourselves. @RubaXa

@RubaXa
Copy link
Collaborator

RubaXa commented Jan 20, 2016

@deepsyx Alas, there is no time, try to contact the author @ChiefORZ of this option.

@why520crazy
Copy link
Contributor

@RubaXa I removed line 340(dragEl.draggable = true;) to solve this problem, but i'm not sure whether this line just to native draggable.

@RubaXa
Copy link
Collaborator

RubaXa commented Jan 20, 2016

@deepsyx try dev-branch.

@JGSolutions
Copy link

We came across this issue today and we tried the the dev-branch. Works fine.

Any timeline on having this fix on npm?

@JGSolutions
Copy link

+1

@JGSolutions
Copy link

Another issue when dragging an element in safari the elements underneath are all highlighted.

@cjhowald
Copy link

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!

why520crazy added a commit to WorktileTech/Sortable that referenced this issue Apr 15, 2016
@clairebones
Copy link

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

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

No branches or pull requests

10 participants