-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
MatSelect: dropdown arrow renders as rectangle in high-contrast mode #14207
Labels
Accessibility
This issue is related to accessibility (a11y)
area: material/select
P4
A relatively minor issue that is not relevant to core functions
Comments
josephperrott
added
Accessibility
This issue is related to accessibility (a11y)
P4
A relatively minor issue that is not relevant to core functions
labels
Nov 20, 2018
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Nov 20, 2018
Since all borders get rendered out in high contrast mode, we can't use a CSS triangle to render out the `mat-select` dropdown arrow. These changes replace it with an SVG arrow. Fixes angular#14207.
jelbourn
pushed a commit
that referenced
this issue
Nov 28, 2018
Since all borders get rendered out in high contrast mode, we can't use a CSS triangle to render out the `mat-select` dropdown arrow. These changes replace it with an SVG arrow. Fixes #14207.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jun 20, 2019
Since all borders get rendered out in high contrast mode, we can't use a CSS triangle to render out the `mat-select` dropdown arrow. These changes replace it with an SVG arrow. Fixes angular#14207.
jelbourn
changed the title
mat-select arrow not visible in HC mode
MatSelect: dropdown arrow renders as rectangle in high-contrast mode
Nov 25, 2020
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 15, 2021
…mode Since all borders get rendered out in high contrast mode, we can't use a CSS triangle to render out the `mat-select` dropdown arrow. These changes replace it with an SVG arrow. Fixes angular#14207.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 19, 2021
…mode Since all borders get rendered out in high contrast mode, we can't use a CSS triangle to render out the `mat-select` dropdown arrow. These changes replace it with an SVG arrow. Fixes angular#14207.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 19, 2021
…mode Since all borders get rendered out in high contrast mode, we can't use a CSS triangle to render out the `mat-select` dropdown arrow. These changes replace it with an SVG arrow. Fixes angular#14207.
This has been resolved in the new MDC based select component coming in v15 soon |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Accessibility
This issue is related to accessibility (a11y)
area: material/select
P4
A relatively minor issue that is not relevant to core functions
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Dropdown arrow should be visible on windows HC mode
What is the current behavior?
Dropdown icon not visible. Replaced with a small box
What are the steps to reproduce?
Activate windows HC mode using accessibility menu,
What is the use-case or motivation for changing an existing behavior?
Catering for accessibility for disabilities requiring high contrast modes
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Edge
The text was updated successfully, but these errors were encountered: