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

Multi-drag demo not working in IE11 #1532

Closed
U888888 opened this issue Jun 10, 2019 · 2 comments
Closed

Multi-drag demo not working in IE11 #1532

U888888 opened this issue Jun 10, 2019 · 2 comments

Comments

@U888888
Copy link

U888888 commented Jun 10, 2019

Problem:

https://jsbin.com/wopavom/edit?js,output in IE11

image

@U888888 U888888 changed the title Multi-drag not working in IE11 Multi-drag demo not working in IE11 Jun 10, 2019
@owen-m1
Copy link
Member

owen-m1 commented Jun 11, 2019

Solved in commit 2ca1ff5

@owen-m1 owen-m1 closed this as completed Jun 11, 2019
@jmfolds
Copy link
Contributor

jmfolds commented Oct 21, 2019

FYI: I've ran into this issue on IE11 as well - specifically shared lists and dragging multiple items from one list to another. It appears this issue comes down to this line: (

const matrixFn = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix;
)

The issue can be reproduced in the jsbin provided in the initial report.

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

3 participants