Opened 13 years ago
Closed 13 years ago
#6426 closed task (fixed)
CheckBox: make rollover more noticeable
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 (last modified by )
During rollover (ie, hover);
1) Make keyline for the selected (ie enabled and checked) and default (ie enabled but not checked) states a darker gray, to provide more a visual cue to the user that they are enabled. The curent grey color keyline gives the impression that the default state is disabled.
2) Flipping the gradient background treatment for the selected and default states provides the additional visual cue to the user that a change is occurring from default to mouse over/rollover state.
Specifications for hover over enabled checkbox (both on checked and unchecked checkboxes):
- Grey keyline Hex: #777777
- Gradient: top /down
The images below represent, in order:
- checked, enabled, no hover
- checked, enabled, hover
- unchecked, enabled, no hover
- unchecked, enabled, hover
Taken from IBM Design Leadership recommendations.
Attachments (2)
Change History (6)
Changed 13 years ago by
Attachment: | checkbox_rev1.png added |
---|
Changed 13 years ago by
Attachment: | checkbox_specs.png added |
---|
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Summary: | CheckBox: make rollover more noticeable → CheckBox: icon updates for more distinction for enabled/disabled, and for rollover |
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Summary: | CheckBox: icon updates for more distinction for enabled/disabled, and for rollover → CheckBox: make rollover more noticeable |
comment:3 Changed 13 years ago by
Owner: | changed from julie to bill |
---|---|
Status: | new → assigned |
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [13331]) Make rollover effect for checkboxes in tundra more visually distinct. Fixes #6426. Also removed some unused files, but left checkmark.png even though that is also unused.