We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Open the demo in IE11 and try to drag an item between list boxes: https://czeckd.github.io/angular-dual-listbox/demo/
Nothing happens for me.
The text was updated successfully, but these errors were encountered:
Seems to be due to the use of a custom type being passed to dataTransfer.setData(): https://github.com/czeckd/angular-dual-listbox/blob/master/lib/src/dual-list.component.ts#L227
dataTransfer.setData()
Internet Explorer only supports 'text' and 'URL' for the 'type' argument. If you try setting type to anything else, IE will throw an exception.
Source: http://mereskin.github.io/dnd/
Sorry, something went wrong.
No branches or pull requests
Open the demo in IE11 and try to drag an item between list boxes:
https://czeckd.github.io/angular-dual-listbox/demo/
Nothing happens for me.
The text was updated successfully, but these errors were encountered: