#3548 closed defect (fixed)
issues with dialog and tooltip dialog in high contrast mode
Reported by: | Becky Gibson | Owned by: | davidb |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | davidb | |
Blocked By: | Blocking: |
Description
1) Tooltip dialog displays in high contrast mode in FF 2 and dialog does not - I thought that dialog didn't work due to a FF2 bug so need to figure out why tooltip dialog works and dialog doesn't and fix dialog.
2)dialog background is blank the first time dialog is opened in high contrast mode in FF2. Works correctly the second time dialog is opened. I think this has to do with fadeIn.play().
3) In IE 7 tooltip dialog does not display properly the first time it is invoked when in high contrast mode.
Attachments (1)
Change History (15)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
But regular dialogs have a DialogUnderlay? behind them that grays out the screen, and also contains an iframe.
comment:3 Changed 13 years ago by
Cc: | davidb added |
---|
comment:4 Changed 13 years ago by
severity: | normal → minor |
---|
- I can't recreate this.
- Confirmed
- Can't recreate.
Will investigate 2 a bit more. Seems low impact.
comment:5 Changed 13 years ago by
Owner: | changed from Becky Gibson to davidb |
---|---|
Status: | new → assigned |
comment:6 Changed 13 years ago by
Milestone: | 0.9 → 1.0 |
---|
Remaining issue is lower priority... moving to 1.0 milestone.
comment:7 Changed 13 years ago by
I suspect this might be a wontfix. Could we live with a wontfix here?
Could we request a mode where animations are skipped? This would likely involve having the effects in dojo._Animation check for a flag or something.
I'm doubtful a fix will be backported to FF2. I'm not sure where the fix might be hiding on FF trunk.
comment:8 Changed 13 years ago by
comment:9 Changed 13 years ago by
Changed 13 years ago by
trivially fixes dialog issue. need to test to see if any gotchas.
comment:11 Changed 13 years ago by
Testing regular non-highcontrast behaviour seems to work with patch:
- Mac FF2 OK
- Win FF2 OK
- Win FF3 OK
- Win IE7 OK
- Mac Saf OK
Tested high-contrast works with patch:
- Win FF2 OK
- win IE7 OK
Tempted to check this in...
comment:12 Changed 13 years ago by
Becky, here is the visual experience for windows high contrast mode with this patch:
- FF2 on Windows will black out the page consistently, showing only the dialog
- The page will not show through the dialog on the first or subsequent invocations.
- I think this is better 'glitch' than having the page bleed through.
- I suspect there is some odd interaction with FF2 and fx in high contrast.
- I think to get this consistent with IE7 or FF3 we need to fight with dojo fx <-> FF2 interaction. Not sure. I've spent a full day on this.
- The page will not show through the dialog on the first or subsequent invocations.
- IE7 and FF3 will still black out only the page behind the dialog, arguably better.
I think this situation is pretty good. Shall I commit? Is it worth documenting the FF2 inconsistency?
comment:13 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:14 Changed 13 years ago by
Updated doc and added comment to alert Craig (http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/layout/dialog#comment-7483)
Regarding #1 - tooltip dialogs are not transparent in Firefox 2 because they are displayed within an iframe. Regular dialogs are not in an iframe and thus they bleed-though in FF2. Since this is a FF2 bug that has been fixed in FF3 I don't see any reason to change the implementation of normal dialogs.