Opened 13 years ago
Closed 13 years ago
#5365 closed defect (fixed)
grid high contrast: up and down sorting arrows are not visible in high contrast mode
Reported by: | Becky Gibson | Owned by: | benschell |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX Grid | Version: | 0.9 |
Keywords: | a11y grid | Cc: | Becky Gibson |
Blocked By: | Blocking: |
Description
The arrows that show sorting direction in the grid header are created using only CSS background images and thus are not visible in high contrast mode (where CSS background images are not displayed). A text version of the arrows needs to be added which are visible when dijit_a11y class is set on the body element of the document.
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Owner: | changed from sorvell to benschell |
---|
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
Patch attached. I modeled this exactly after the ComboBox?'s similar functionality. Required a new div to contain the up/down HTML character and small changes in the Grid.css file.
Changed 13 years ago by
Attachment: | 5365.patch added |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I'm taking a stab at a whole bunch of Grid bugs. Re-assigning.