-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
TypeError: evt.path is undefined #1158
Comments
@RubaXa Please check this. |
Done, thx. |
Thanks. What is the plan for publishing a new version with the fix? |
Hey, I reopen this issue because of Firefox 63 which handle Shadow DOM now. The bug is Firefox doesn't handle
See these for more:
We will create a PR soon to fix this. Thanks in advance for the review and your time! |
Getting the error when I am trying to sort an element that has
shadowRoot
. I am using a polyfill for ShadowDOM in Firefox / IE.event.path
is not yet available in Firefox / IE.Browsers: Firefox 55 , IE 11
Try this fiddle in Firefox / IE -- http://jsbin.com/cewowicutu/edit?html,js,output
The text was updated successfully, but these errors were encountered: