-
Notifications
You must be signed in to change notification settings - Fork 71
TypeError: t.getBoundingClientRect is not a function #235
Comments
In Firefox apparently the |
This issue was moved to Polymer/polymer#4459 |
@valdrinkoshi Right now the gesture is being added to |
I'd do |
@valdrinkoshi Alright that should do it, please ignore the first one. This fixes the error. |
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
The text was updated successfully, but these errors were encountered: