#13637 closed defect (fixed)
In high contrast mode disabled buttons cannot be differentiated from enabled buttons
Reported by: | Katie Vance | Owned by: | Katie Vance |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Accessibility | Version: | 1.6.1 |
Keywords: | a11y | Cc: | Becky Gibson |
Blocked By: | Blocking: |
Attachments (2)
Change History (8)
Changed 10 years ago by
Attachment: | DisabledButton.JPG added |
---|
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Thanks, Becky! I updated the patch. Changing the opacity looks really good. I did not think opacity would show in high contrast mode. Just learning as I go...
comment:3 Changed 10 years ago by
On WebKit?, the disabled DIV (button) is already dimmed and I think adding the opacity makes it too faint for vision impaired people to see. Firefox doesn't auto-dim and needs the opacity. IE also dims, but since IE9 understands opacity, it's also too dim.
comment:6 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
You might also change the opacity. Adding this to your style worked in FF5 and seemed to work in IE 8 on WinXP in high contrast mode white extra large: opacity: 0.5;