angular-drag-and-drop-lists icon indicating copy to clipboard operation
angular-drag-and-drop-lists copied to clipboard

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

Open bersling opened this issue 7 years ago • 4 comments

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.

bersling avatar Feb 28 '17 17:02 bersling

I have the same problem. not working in firefox.

renjupaul avatar Mar 07 '17 08:03 renjupaul

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.

ChrisGarber-Medlever avatar Mar 23 '17 17:03 ChrisGarber-Medlever

Same here

thomasmost avatar Apr 13 '17 02:04 thomasmost

I posted something that may help with this issue here

Goddak avatar Oct 11 '17 13:10 Goddak