Ticket #4269 (closed defect: fixed)

Opened 23 months ago

Last modified 21 months ago

ComboBox/TitlePane: drop down arrows not displaying in high contrast mode

Reported by: becky Owned by: ptbrunet
Priority: normal Milestone: 1.0
Component: Accessibility Version: 0.9
Severity: normal Keywords:
Cc: dante, sfoster, brunet@…

Description (last modified by ptbrunet) (diff)

This can be seen on ComboBox, FilteringSelect, and TitlePane. These widgets used to use html entity characters for the arrow and are now using background images so the text alternative html entity needs to be made visible in high contrast mode. (Most of the other widgets use the entity character when not in high contrast so there is no issue. Accordion and TabPane use an image for the normal mode and that code works so those are good cases to investigate for how to fix the problem.)

Attachments

4269.patch (2.1 kB) - added by ptbrunet 21 months ago.

Change History

Changed 23 months ago by ptbrunet

  • cc dante, sfoster, brunet@… added; dante sfoster removed
  • owner changed from becky to ptbrunet

Changed 21 months ago by ptbrunet

  • description modified (diff)
  • summary changed from regression: drop down arrows not displaying in high contrast mode to ComboBox/TitlePane: drop down arrows not displaying in high contrast mode

Changed 21 months ago by ptbrunet

Changed 21 months ago by ptbrunet

Patch is attached for Tundra. Did not make any changes to Noir/Soria.

Changed 21 months ago by simonjb

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

(In [10803]) Fixes #4269: ComboBox/TitlePane?: drop down arrows not displaying in high contrast mode. Commit for Pete Brunet.

Note: See TracTickets for help on using tickets.