Opened 13 years ago
Closed 13 years ago
#6683 closed task (fixed)
RadioButton: hover state over selected radio button inconsistent w/action
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.1.0 |
Keywords: | ibm | Cc: | |
Blocked By: | Blocking: |
Description
When you hover over a selected (i.e. checked) radio button, it turns gray (as a typical highlight effect), yet when you click it nothing happens, since it's already checked.
Either remove the hover effect or make clicking a selected radio button deselect it.
Taken from IBM Design Leadership recommendations.
Note: See
TracTickets for help on using
tickets.
(In [13567]) Since clicking an already selected (ie, checked) radio button has no effect, don't do any hover effect. Fixes #6683.