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
The following line throws an exception when you drag the element outside the document: https://github.com/Polymer/polymer/blob/master/src/standard/gestures.html#L103 _Uncaught TypeError: Cannot read property 'shadowRoot' of null_
While doing so may not serve any practical use, a user might do this by accident and the errors don't look nice in the console.
The text was updated successfully, but these errors were encountered:
Use more resiliant shadowroot checking
e3d8ce8
Also avoid cases where shadowRoot.elementFromPoint returns null Fixes #1574 [0.9] Gesture event throws exception when dragged outside document
2bd1290
Fixes #1574 [0.9] Gesture event throws exception when dragged outside document Move targetfinding to Gestures object for testing Add tests
ee7c628
8f05e43
dfreedm
Successfully merging a pull request may close this issue.
The following line throws an exception when you drag the element outside the document:
https://github.com/Polymer/polymer/blob/master/src/standard/gestures.html#L103
_Uncaught TypeError: Cannot read property 'shadowRoot' of null_
While doing so may not serve any practical use, a user might do this by accident and the errors don't look nice in the console.
The text was updated successfully, but these errors were encountered: