Screen reader is announcing incorrect name for the 'Arrow' control present in the table in Windows.
Describe the bug On pressing ctrl + alt + arrow keys, when focus moves to the arrow control screen reader announces it as 'Column 1 arrow dropdown' in Windows. Screen reader users will not get the proper context of the control to interactive control if it announces incorrect name.
To Reproduce Steps to reproduce the behavior:
- Open the URL: Blazor ProgressBar Component | Free UI Components by Radzen in latest edge browser.
- Progress bar page will appear.
- Press tab key to reach to the progress bar.
- Verify on pressing arrow key, whether screen reader is announcing incorrect name for the 'Arrow' control present in the table or not.
Alternatively link your repo with a sample project that can be run. https://blazor.radzen.com/progressbar?theme=material#progressbar-determinate
Expected behavior On pressing ctrl + alt + arrow keys, when focus moves to the arrow control screen reader should announce it as 'Column 1 expand child item' in Windows.
Screenshots
https://github.com/user-attachments/assets/4585e81c-6ee0-4344-830b-0854b647d03f
Desktop (please complete the following information): OS: Windows 11 Version 24H2(OS Build 26120.1930) Browser: Edge Version 130.0.2849.27
Additional context NA
Not sure how the progress bar is related to this?