#11087 closed enhancement (fixed)
hide icons in high contrast mode
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.5.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Most of the icons in dijit, especially app specified icons, don't appear in high contrast mode. Sometimes there's a substitute character (for arrows etc.) but sometimes there isn't.
Change dijit so that high contrast mode shows no blank space where the icon would be in normal mode.
This will make the display better and will also hopefully reduce bug reports about how IE7 zoom is broken for things (like icons) that have their size specified in pixels.
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
(In [22073]) Since high-contrast mode doesn't display icons (since they are specified via CSS background-image), in the cases where the icon is *not* replaced by a character, hide the node. Fixes #11087.