Skip to content
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

Row header border line of the DataGridView control has very low luminosity contrast ratio when "RightToLeft = Yes" #5961

Open
SergeySmirnov-Akvelon opened this issue Oct 13, 2021 · 2 comments · May be fixed by #11345
Assignees
Labels
🪲 bug Product bug (most likely) 🚧 work in progress Work that is current in progress tenet-accessibility MAS violation, UIA issue; problems with accessibility standards
Milestone

Comments

@SergeySmirnov-Akvelon
Copy link
Contributor

.NET Core Version:

  • .NET Core SDK: 7.0.0-alpha.1.21512.1

Have you experienced this same bug with .NET Framework?:

  • Yes

Repro steps:

  1. Create a Form with a DataGridView.
  2. Add multiple columns to a DataGridView.
  3. Add several rows to the DataGridView.
  4. Set DataGridView.RightToLeft = RightToLefYes
  5. Run the application.

Actual behavior:
Row header border line of the DataGridView control has very low luminosity contrast ratio.

RightToLeft = Yes:
image

RightToLeft = No:
image

Expected behavior:
Luminosity contrast ratio of the row header border line of the DataGridView control should be greater than 3:1.

@vladimir-krestov vladimir-krestov added the tenet-accessibility MAS violation, UIA issue; problems with accessibility standards label Sep 9, 2022
@Tanya-Solyanik Tanya-Solyanik added this to the Future milestone Jul 18, 2023
@elachlan
Copy link
Contributor

elachlan commented Jan 6, 2024

@Olina-Zhang I think this might have been resolved in another issue/pr. Can your team please re-test?

@Olina-Zhang
Copy link
Member

It still repro in the latest .Net 9.0 SDK build: 9.0.100-alpha.1.24053.14.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Product bug (most likely) 🚧 work in progress Work that is current in progress tenet-accessibility MAS violation, UIA issue; problems with accessibility standards
Projects
None yet
6 participants