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 has been archived by the owner on Dec 19, 2024. It is now read-only.
I register a scrolling listener on the main app
I click on iron-dropdown powered element (ex: paper-menu-button)
main listener do not receive events any more
Expected outcome
main listener will continue receiving events
Actual outcome
main listener do not receive events any more
Steps to reproduce
start polymer starter kit
in the ready method register the event listener:
Description
I register a scrolling listener on the main app
I click on iron-dropdown powered element (ex: paper-menu-button)
main listener do not receive events any more
Expected outcome
main listener will continue receiving events
Actual outcome
main listener do not receive events any more
Steps to reproduce
start polymer starter kit
in the ready method register the event listener:
place a paper-menu-button wherever you want
start the application locally with polymer serve
start scrolling
click on the paper-menu-button
start scrolling again
verify scrolling doesn't fire anymore on the main event
only in FIREFOX
for a workaround I reverted to 2.0.0
Browsers Affected
The text was updated successfully, but these errors were encountered: