Opened 12 years ago
Closed 12 years ago
#3839 closed defect (fixed)
tooltip is transparent on IE 7
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.0.1 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | brunet@… | |
Blocked By: | Blocking: |
Description
On the test_tooltip hover over the select with the text "alpha" on the right hand side of the page - the tooltip will display over the text at the left of the select. On IE 7 the tooltip is transparent and the text below "bleeds through". It is also a problem in high contrast mode. This works properly on IE 6 in normal mode but not high contrast and works properly in both modes in Firefox 2.
Attachments (1)
Change History (8)
comment:1 Changed 12 years ago by
Cc: | brunet@… added |
---|---|
Owner: | changed from Becky Gibson to ptbrunet |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Milestone: | 1.0 → 1.1 |
---|
comment:4 Changed 12 years ago by
Milestone: | 1.1 → 1.0.1 |
---|---|
Owner: | changed from ptbrunet to Becky Gibson |
this is an a11y problem for low vision - consider for 1.0.1 depending upon how much code is impacted
Changed 12 years ago by
Attachment: | 3839.patch added |
---|
modified dijit.css add a11y style for tooltip container
comment:5 Changed 12 years ago by
Solution was to add
.dijit_a11y .dijitTooltipContainer {
opacity: 1 !important; background-color: white !important;
}
to make sure tooltip background is not transparent in high contrast mode.
comment:6 Changed 12 years ago by
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hmm... it's supposed to be 90% opacity (mostly opaque).