Skip to content
New issue

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

Drag and drop doesn't work in IE11 #83

Open
danbrycefairsailcom opened this issue May 24, 2018 · 1 comment
Open

Drag and drop doesn't work in IE11 #83

danbrycefairsailcom opened this issue May 24, 2018 · 1 comment

Comments

@danbrycefairsailcom
Copy link

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.

@danbrycefairsailcom
Copy link
Author

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

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant