-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Radio button selection not displayed in Windows high contrast mode #3184
Comments
This issue is holding up the Console AVT exit. Because of that it is high priority for us. |
Looking into why our radio button's aren't picking up the HCM styles in our reset. Thanks for reporting. 👍 |
Our HCM detecting CSS only applies to our SVG icons -- in this case our radio buttons are CSS made and will need some further styling a la https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-ms-high-contrast |
related #1600 |
Working on this currently. Watch this space for a PR, folks. |
Have a fix up for Edge/IE. Firefox is tough though -- the |
I'm lowering the severity since we have a workaround with Edge and Chrome 👍 |
With the aforementioned PR #3442 we should have HCM support for MS browsers as well as Chrome (via their high-contrast extension). We do not support High Contrast Mode on Windows for Firefox due to that browsers lack of support for the necessary Microsoft CSS extension used to detect HCM. Though there are Bugzilla proposals for a |
@dakahn has this ☝️ been okay'd by the IBMa team (to post-pone support for Firefox)? Is it possible to get that documented somewhere so our offerings are aware? |
@elizabethsjudd writing up something official we can point to as we speak 👍. It was a topic during the IBMa morning standup today and they reached consensus that Windows HCM support on Edge, IE, and Chrome was enough. |
wrote up some background at #3478 |
In the IBM Cloud portal the support case form is using the radio button component from
carbon-components-react@6.115.3
. In Windows high contrast mode radio button selection is not displayed, as can be seen in the below screen shot:This issue also shows up in the carbon components react storybook:
The text was updated successfully, but these errors were encountered: