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
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: