This repository was archived by the owner on Mar 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 709
IE9 Double click deletes Item #21
Comments
Have the same issue in Chrome ( Version 39.0.2171.65 (64-bit) ). Can double click and glitch list items into being deleted. |
On Chrome Version 39.0.2171.65 and FF is everything fine on my PC just the IE9 has this problem |
Probably same as #14, I'll need to verify that. |
Should be fixed with 1.2.0 now, feel free to reopen if the problem still occurs. |
subscribe this cool repository |
Same issue in IE10 |
Seems to work as long as Documents Mode = Standard, regardless if IE version. Any chance this will get fixed ? Other than this double click issue, I'm very happy with this lib... |
This issue also manifests itself when you drag an item "outside" of a dropzone; the item never unhides itself because the .dndDraggingSource class is never removed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In all the demos when you double click with IE9 the Element will be deleted.
http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/nested
The problem is that the dragstart event will be fired on a doubleclick. Then it starts to drag and just disappears.
I looked at the code but couldnt find it yet. If i find it I will post it here
Greetings
Jannis
The text was updated successfully, but these errors were encountered: