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.
Hmmm... for me there actually seems to be a ripple.
Can you post a reduced testcase? What browser was you using? There are some browser extensions known to be screwing up handlers, so can you try in an incognito window?
Indeed. Then I'm able to reproduce this. Try to be a little more complete next time when making a bug report :) If you click once and then do it again by pressing enter there actually is a ripple, strange.
This is also a material design bug - there is no differentiation in the "icon-toggles" section of the spec between focused and pressed state.
For non-toggle paper-icon-buttons, I think the solution here should be to replay the ripple animation when keyboard focused and then activated with or , but keep the inky ring visible so that it remains focused.
paper-icon-button-light has an inverted problem - it does replay the ripple animation when activated, but removes the inky-focus after the animation has finished.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In contrast to
<paper-button>
,<paper-icon-button>
doesn't have the ripple effect when pressed by "Enter" key.The text was updated successfully, but these errors were encountered: