Ticket #5365 (closed defect: fixed)

Opened 12 months ago

Last modified 9 months ago

grid high contrast: up and down sorting arrows are not visible in high contrast mode

Reported by: becky Owned by: benschell
Priority: normal Milestone: 1.1
Component: DojoX Grid Version: 0.9
Severity: normal Keywords: a11y grid
Cc: becky

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

5365.patch (1.2 kB) - added by benschell 9 months ago.

Change History

Changed 10 months ago by benschell

  • owner changed from sorvell to benschell

I'm taking a stab at a whole bunch of Grid bugs. Re-assigning.

Changed 9 months ago by benschell

  • status changed from new to 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 9 months ago by benschell

Changed 9 months ago by jaredj

  • status changed from assigned to closed
  • resolution set to fixed

(In [12554]) Fix for high contrast mode for grid from Ben Shell. fixes #5365 !strict

Note: See TracTickets for help on using tickets.