-
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
Support IE9. #251
Support IE9. #251
Conversation
Thank U. Over the weekend, I try to review your PR. |
Great job @yoshi6jp 👍 you might want to:
Which will help when you want to have this kind of functionality. Which gets messed up when |
Has not been able to check PR, my VirtualBox does not work. |
I cannot approve this PR, because it simply does not work: I think there is not need native implementation, it is enough to use the touch-fallback. |
Create a branch with support for IE9, through touch-fallback, need testing ;] |
I tested IE9 on Win7. (branch: old-browser) |
Conflicts: Sortable.js Sortable.min.js
Done. |
bug fixed #34.
tested IE9 on windows 7.
selectstart event is fired after mousedown event in IE9. Therefore fixed dragEl condition.
dragDrop method is synchronous. therefore fixed after dragDrop method.