-
Notifications
You must be signed in to change notification settings - Fork 2k
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: t.getBoundingClientRect is not a function #4459
Comments
In Firefox apparently the |
@azakus FYI, this is a good to know behavior also for Polymer's Gesture system in 2.x. |
😩 |
I can't replicate this on Firefox 52, maybe this has fixed itself? |
In any case, I'll make sure this code path doesn't happen for non-elements just to cover all the bases |
add a ()… you worked to long… You did enough. And wow, on the commits guys!!!
… On Apr 4, 2017, at 1:33 PM, Daniel Freedman ***@***.***> wrote:
😩
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#4459 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHxnvnhucfLF6K0ri8-2IhJyO7Hy-wRqks5rsn7ggaJpZM4Mos9b>.
|
From @camargo on March 24, 2017 19:24
Description
This is the same issue as #44.
Expected outcome
No error should be thrown.
Actual outcome
Getting the error in the console:
TypeError: t.getBoundingClientRect is not a function
This is being triggered by https://github.com/PolymerElements/iron-overlay-behavior/blob/master/iron-overlay-manager.html#L46
Steps to reproduce
Plain overlay
buttonBrowsers Affected
Copied from original issue: PolymerElements/iron-overlay-behavior#235
The text was updated successfully, but these errors were encountered: