#8823 closed defect (fixed)
Grid: Focus hard to distinguish on header border
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.3.2 |
Component: | Accessibility | Version: | 1.3.0b2 |
Keywords: | grid | Cc: | Bryan Forbes |
Blocked By: | Blocking: |
Description
When a grid header cell receives focus, only the right and bottom edges change to a dashed outline - the entire cell should be outlined similar to a standard cell.
The problem is that the .dojoxGridHeader .dojoxGridCell style sets the top and left borders to transparent so need to add an explicit .dojoxGridHeader .dojoxGridCellFocus to each style type to set the border color for all borders.
Change History (8)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
comment:4 Changed 13 years ago by
Keywords: | 13 added |
---|---|
Milestone: | 1.3 → 1.4 |
this is fixed only in 1.4 unless/until we have another 1.3 build.
comment:5 Changed 13 years ago by
Milestone: | 1.4 → 1.3.2 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Partially applied to 1.3.2... should we backport [16981] also?
comment:6 Changed 13 years ago by
I see both of these fixes applied in the 1.3 branch - is thee somewhere else I should be looking?
comment:7 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
whoops. my bad. one change overwrote the other. ok, fixed for 1.3.2.
comment:8 Changed 13 years ago by
Keywords: | 13 removed |
---|
(In [16981]) fixes #8823 - make the focus border for the grid header surround the entire cell