Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUnable to use pointer events under a shadow dom #354
Comments
|
I'm not sure how cross browser compatibility is with this but instead of event.target you can use event.path[0] in Polymer. |
|
Same issue but am working with vanilla WC, any tips? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed some issues when trying to use pepjs under a web component:
I'm migrating from Polymer 1.9 to 2, which supports shadow dom, and PointerEvents are not forwarded to elements within the shadow root.
I think it's related with #353 and #305.