This repository was archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Uncaught TypeError: Cannot read property 'position' of null #11
Comments
I also get the same error: it's present in From what I can tell, the error is I'm not sure what the case for the latter happening is, but I'm opening Edit: PR #14 fixes this for me. |
dylanPowers
added a commit
to dylanPowers/core-elements
that referenced
this issue
Jan 7, 2015
This brings a fix to googlearchive/core-dropdown#11
davenotik
added a commit
to woven/core-elements
that referenced
this issue
Jan 18, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
when clicking frequently on core-dropdown with paper elements, a null error appears on console.
I guess this is because rendering of paper elements takes a while with its fancy animations, but a new click in the dropdown causes that to happen. The sample code attached below - tried in Chrome "Version 38.0.2125.111 m", on PC/Win7. It is enough to make a series of quick double-clicks on dropdown to get an error msg in console.
Would some kind of check for null or action deferral be needed?
Best regards,
PawelS.
The text was updated successfully, but these errors were encountered: