#3493 closed defect (fixed)
update dialog for high contrast mode
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dialog is transparent in high contrast mode (in FF2 this is due to a FF bug but it should not be transparent in IE)
Currently the close arrow is not visible in high contrast mode so it needs a text alternative.
Change History (7)
comment:1 Changed 15 years ago by
Milestone: | → 0.9beta |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
The dialog will remain transparent in FF2 due to a FF2 bug that has been fixed for FF3.
The problem with the background not showing on the first instance of a dialog being displayed in high contrast mode has to do with the fadeIn and initial setup. If I comment out this._fadeIn.play() in dialog.show() - it works fine.
comment:5 Changed 15 years ago by
Milestone: | 0.9beta → 0.9 |
---|---|
Status: | new → assigned |
changed from 0.9beta to 0.9 since general high contrast mode support is fixed - just the one FF specific issue left
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
closed - remaining FF only issue is captured in #3548
Hmm, on FF in high-contrast mode the first time you show the dialog everything in the background disappears; the second time you show it, it's transparent.