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

iOS 8.4.1 drag list will drop any touched element to the bottom and not drag correctly #532

Closed
pixeldrew opened this issue Aug 26, 2015 · 2 comments

Comments

@pixeldrew
Copy link

I'm unable to get the demo page to work. http://output.jsbin.com/luxero/2

@pixeldrew pixeldrew changed the title iOS 8.4.1 drag list will drop any touched element to the bottom and not support drag correctly iOS 8.4.1 drag list will drop any touched element to the bottom and not drag correctly Aug 26, 2015
@pixeldrew
Copy link
Author

After doing some debugging, looks like line 331 trips up Safari with "TypeError: Attempted to assign to readonly property." Safari doesn't like setting draggable = true. A side effect of using "use strict". I removed this from Sortable.js and the error disappears but the side effect still remains. Now I'm trying to debug the reason why the element is being thrown to the bottom of the stack straight away.

@RubaXa
Copy link
Collaborator

RubaXa commented Sep 1, 2015

@pixeldrew try dev-branch.

@RubaXa RubaXa closed this as completed Sep 7, 2015
RubaXa added a commit that referenced this issue Sep 22, 2015
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

2 participants