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 paper-button element throws a warning in the console:
gestures.html:435 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
Description
The
paper-buttonelement throws a warning in the console:gestures.html:435 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952Expected outcome
It should not throw this warning
Live Demo
https://www.webcomponents.org/element/PolymerElements/paper-icon-button
Steps to reproduce
Import and use the
paper-buttonorpaper-icon-buttonBrowsers Affected