You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
The iron-dropdown component version 1.5.6 causes errors in the dev console when used together with paper-menu. This error results in that the whole app does not become scrollable anymore.
To reproduce
Expected outcome
Like in version 1.5.5 that no errors happen.
Actual outcome
The error happens:
Uncaught TypeError: Cannot assign to read only property 'target' of object '#<AnimationPlaybackEvent>'
at b.Animation.<anonymous> (web-animations-next-animation.js:223)
Description
The iron-dropdown component version 1.5.6 causes errors in the dev console when used together with
paper-menu. This error results in that the whole app does not become scrollable anymore.To reproduce
Expected outcome
Like in version
1.5.5that no errors happen.Actual outcome
The error happens:
Live Demo
Steps to reproduce
With this code:
Browsers Affected