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

[DropDowns] NVDA disables arrow keys navigation shortcuts when grouping is enabled #4449

Open
zstoyanova9 opened this issue Nov 5, 2024 · 0 comments

Comments

@zstoyanova9
Copy link

zstoyanova9 commented Nov 5, 2024

Description

When grouping is configured in a DropDowns component and the NVDA screen reader is turned on, the default keyboard navigation of the arrow keys stops working and the items cannot be navigated.

Steps To Reproduce

  1. Configure a DropDowns component with grouping enabled (for example DropDownList).
  2. Turn on the NVDA screen reader.
  3. Focus the component and open its popup.
  4. Try to navigate through the items using the Up and Down arrow keys.

StackBlitz example - https://stackblitz.com/edit/angular-p6vybj

Screenshots or video

chrome_JaLHRqdp2U.mp4

Actual Behavior

The items in the popup cannot be navigated with the arrow keys when grouping is enabled and the NVDA screen reader is turned on.

Expected Behavior

The NVDA screen reader should not affect the default behavior of the arrow keys keyboard navigation shortcut when grouping is configured.

Last working version of the Kendo UI for Angular package (if regression).

v15.4.0

Example with v15.4.0 - https://stackblitz.com/edit/angular-p6vybj-cfm8d5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant