Opened 15 years ago
Closed 15 years ago
#4269 closed defect (fixed)
ComboBox/TitlePane: drop down arrows not displaying in high contrast mode
Reported by: | Becky Gibson | Owned by: | ptbrunet |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | dante, Sam Foster, [email protected]… | |
Blocked By: | Blocking: |
Description (last modified by )
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 (1)
Change History (5)
comment:1 Changed 15 years ago by
Cc: | dante Sam Foster [email protected]… added; dante sfoster removed |
---|---|
Owner: | changed from Becky Gibson to ptbrunet |
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Summary: | regression: drop down arrows not displaying in high contrast mode → ComboBox/TitlePane: drop down arrows not displaying in high contrast mode |
Changed 15 years ago by
Attachment: | 4269.patch added |
---|
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(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.
Patch is attached for Tundra. Did not make any changes to Noir/Soria?.