marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

Input Fields not selectable in dnd container in IE11, even when disabled #389

Open bersling opened 7 years ago

bersling commented 7 years ago

In IE 11, we experience problems with input fields (input tag, textareas, wysiwyg editors etc.) when it's part of a drag and drop area. As an example, see http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/types and try to highlight the input fields, e.g. "Charlie". Won't work in IE, works very well in other browsers.

renjupaul commented 7 years ago

I have the same problem. not working in firefox.

ChrisGarber-Medlever commented 7 years ago

This appears to be because of changes in browser handling of the draggable="true" tag. This could really use an update, I'm facing the same issue.

thomasmost commented 7 years ago

Same here

Goddak commented 6 years ago

I posted something that may help with this issue here