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.
The 'on-tap' event to display the menu sometimes fails to show the menu. It simply launches the start of the paper-ripple effect and then opens nothing.
Expected outcome
The menu opens after tapping the dropdown-trigger element.
Until the tap issue gets fixed I would propose using on-click instead of on-tap on the div that contains the dropdown-trigger. Either that or allow component user to choose which event to use (click or tap) via a dropdown-event attribute.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The 'on-tap' event to display the menu sometimes fails to show the menu. It simply launches the start of the paper-ripple effect and then opens nothing.
Expected outcome
The menu opens after tapping the
dropdown-trigger
element.Actual outcome
The menu does not open.
Related issue and demo
You can check a more detailed description of the issue here: PolymerElements/paper-icon-button#84
Proposed solution
Until the tap issue gets fixed I would propose using
on-click
instead ofon-tap
on thediv
that contains thedropdown-trigger
. Either that or allow component user to choose which event to use (click or tap) via adropdown-event
attribute.The text was updated successfully, but these errors were encountered: