Opened 11 years ago
Closed 11 years ago
#7506 closed defect (fixed)
Current location shouldn't be clickable
Reported by: | David Schwartz | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - LnF | Version: | 1.1.1 |
Keywords: | ibm tab clickable | Cc: | |
Blocked By: | Blocking: |
Description
The currently selected location amongst mutually exclusive navigation choices, e.g., tabs, should not be clickable so that it won't entice the user to merely re-load the same page. Otherwise, the user thinks they're going somewhere when, in reality, they're staying where they are currently. This would apply to other widgets that are used to present navigation choices as well.
Change History (6)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.3 |
---|
comment:2 Changed 11 years ago by
Owner: | set to nonken |
---|
comment:3 Changed 11 years ago by
Status: | new → assigned |
---|
comment:4 Changed 11 years ago by
Owner: | changed from nonken to bill |
---|---|
Status: | assigned → new |
Stealing this back. I reviewed are current widgets with a selected item, about what happens on mouse over:
StackContainer: color changes and the cursor is strange; it's either a hand or an arrow depending on whether the mouse is on the edge or in the middle X
TabContainer: no color change but hand cursor appears; should be pointer X
AccordionContainer: no color change or cursor change ✓
RadioButton: cursor in N/A since it's always an arrow regardless of whether the radio button is pressable or not; no color change. ✓
comment:5 Changed 11 years ago by
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Nikolai, can you grab this for 1.3? Just a question of checking all the widgets and fixing cursor: declarations in CSS rules.