Opened 12 years ago
Closed 12 years ago
#7656 closed defect (fixed)
[patch] [cla] grid: selected rows are difficult to see in high contrast mode
Reported by: | Becky Gibson | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.2beta |
Keywords: | a11y | Cc: | Joseph Scheuhammer |
Blocked By: | Blocking: |
Description
open dojox/grid/tests/test_grid.html in Windows High contrast mode. Click on the second row. Notice that it is difficult to tell that this row is selected (although there is at least a difference in the bottom border).
Now, click on the first row, hold down the shift key and click on the 4th row - it is now very difficult to tell that several rows are selected. It would be better if there was a different border around the entire selected row rather than just a different bottom border.
Attachments (1)
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
marking these TBD tickets for 1.3 for now, although Bryan may recategorize
Changed 12 years ago by
Attachment: | 7656.patch added |
---|
From Poornima Trikkur (IBM CCLA): Fix to highlight selected row in the Grid in high contrast. Changed the row border in high contrast to achieve this
comment:3 Changed 12 years ago by
Summary: | grid: selected rows are difficult to see in high contrast mode → [patch] [cla] grid: selected rows are difficult to see in high contrast mode |
---|
comment:4 Changed 12 years ago by
Owner: | changed from Bryan Forbes to Nathan Toone |
---|
Reassigning to me
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
this is even more apparent after modifying test_grid to use the tundra theme- see [15265]