Opened 11 years ago
Closed 11 years ago
#12188 closed defect (fixed)
'dijit.css' causes dojox.charting could not be displayed in high contrast mode
Reported by: | Siqi | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.6.0b1 |
Keywords: | Cc: | Becky Gibson | |
Blocked By: | Blocking: |
Description
'dijit.css' causes dojox.charting could not be displayed in high contrast mode in IE. Steps to reproduce this scenario:
- Set up High Contrast in your windows system
- Open the dojox/charting/tests/test_fireEvent.html in IE
Result: The chart is not displayed correctly.
This is caused by the style class '.dijit_a11y' in dijit/themes/dijit.css at line 160. 'background-image:none' turns the background color of the chart into black in high contrast mode.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | hight_contrast_issue.png added |
---|
comment:1 Changed 11 years ago by
Cc: | Becky Gibson added |
---|---|
Milestone: | tbd → 1.6 |
Owner: | set to bill |
Status: | new → assigned |
Good catch, looks to me like that rule is just there to simulate high-contrast mode (specifically, when the computer isn't set to high-contrast mode but user has specified a11y=true on our test files.
So I'll just remove that rule, unless Becky has an objection.
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Screen shot of the chart under high contrast mode