This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
sortable not working in IE11 #753
Labels
Comments
I don't have a way to test this - is there anything in the console that might help us diagnose this? |
szsolt
added a commit
to szsolt/ui-select
that referenced
this issue
Aug 4, 2015
The problem was related to setData throwing an exception at the dragstart event. Should be fixed in the pull request. |
Thx 👍 |
pgrm
added a commit
to grmanit/ui-select
that referenced
this issue
Sep 24, 2015
Originally from szsolt@a274f49
pgrm
added a commit
to grmanit/ui-select
that referenced
this issue
Feb 7, 2016
Originally from szsolt@a274f49
pgrm
added a commit
to grmanit/ui-select
that referenced
this issue
Feb 7, 2016
Originally from: szsolt@a274f49
Closing as likely in the wrong repository - UI Select has no sortable support. |
@wesleycho I think this refers to this directive https://github.com/angular-ui/ui-select/blob/master/src/uiSelectSortDirective.js |
Removed changes to dist and done a rebase to the current upstream master |
Closing as Resolved, by #1503 (merged). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In IE11 you can't change the order of items with drag&drop when you activate
sortable
. The cursor changes properly and everything looks good but releasing the cursor doesn't actually change anything. That is IE11 on Windows 8.1 - on Windows 10 it works.This is the IE version from Windows 8.1 which isn't working:
and this is the IE version from Windows 10, were drag & drop and reordering works properly:
The text was updated successfully, but these errors were encountered: