-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(icon-button): remove sticky mdc ripple effects #1066
Conversation
b14c3a8
to
2185c21
Compare
And of course he's already opened a PR for it too… 😄 This is amazing ❤️ I'll look at it as soon as I can, but that might not be until cooldown. |
@adrianschmidt No rush! Please note that I changed from using |
Yeah, I have no idea… we should perhaps disable that rule? @jgroth do you have any idea? |
Hmm no I don't know 🤔 |
2185c21
to
7e67602
Compare
7e67602
to
75fa4da
Compare
@@ -72,10 +85,12 @@ export class IconButton { | |||
|
|||
this.mdcIconButtonRipple = new MDCRipple(element); | |||
this.mdcIconButtonRipple.unbounded = true; | |||
this.host.addEventListener('click', this.removeFocusedStateOnClick); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since activating the button by pressing enter on a keyboard creates a synthetic click
event, this removes the styling even if the user presses enter, instead of clicking. That's not optimal, but I think we can live with it. If the user interacts with the element, they hopefully know "where they are", despite the visual style disappearing.
The actual focus isn't removed, just the styling. (Which, by the way, makes me want to rename removeFocusedStateOnClick
to removeFocusedStyleOnClick
. I think I'll do that.)
75fa4da
to
ebbc4c8
Compare
🎉 This PR is included in version 30.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
fix: #1065
Review:
Browsers tested:
(Check any that applies, it's ok to leave boxes unchecked if testing something didn't seem relevant.)
Windows:
Linux:
macOS:
Mobile: