Skip to content
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

Clicking repeatedly on radio button will flash between grey and theme color #1686

Closed
andrewseguin opened this issue Nov 1, 2016 · 1 comment · Fixed by #1705
Closed

Clicking repeatedly on radio button will flash between grey and theme color #1686

andrewseguin opened this issue Nov 1, 2016 · 1 comment · Fixed by #1705

Comments

@andrewseguin
Copy link
Contributor

andrewseguin commented Nov 1, 2016

Repeatedly clicking on the radio button will toggle the radio theme styling
.md-radio-focused .md-radio-ripple .md-ripple-foreground

The reason is that given a focused radio button:
Mouse down will call _onInputBlur and remove md-radio-focused
Mouse up will call _onInputFocus and add md-radio-focused

One proposed solution could be to check if the _onInputBlur event's target came from within the radio input label and if so, ignore it.

@jelbourn jelbourn added P5 The team acknowledges the request but does not plan to address it, it remains open for discussion help wanted The team would appreciate a PR from the community to address this issue labels Nov 2, 2016
@crisbeto crisbeto added the has pr label Nov 3, 2016
@andrewseguin andrewseguin added P5 The team acknowledges the request but does not plan to address it, it remains open for discussion and removed help wanted The team would appreciate a PR from the community to address this issue has pr P5 The team acknowledges the request but does not plan to address it, it remains open for discussion labels May 7, 2019
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants