You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
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.
shootaroo
added a commit
to shootaroo/Sortable
that referenced
this issue
Sep 1, 2015
I'm unable to get the demo page to work. http://output.jsbin.com/luxero/2
The text was updated successfully, but these errors were encountered: