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

[Bug][ListBox] Some keyboard combinations are not working #2756

Open
filipKovachev opened this issue Dec 4, 2024 · 0 comments
Open

[Bug][ListBox] Some keyboard combinations are not working #2756

filipKovachev opened this issue Dec 4, 2024 · 0 comments
Labels
a11y Item which represents accessibility compliance Bug Item which indicates that something is not working KendoReact SEV: Medium triaged mark the triaged issues with correct priority

Comments

@filipKovachev
Copy link
Contributor

I'm submitting a...

  • Bug report

Current behavior

Currently the Ctrl + RightArrow does not move the selected item to the linked ListBox, Ctrl + Shfit + UpArrow does not shift the selected item up in the list, and Ctrl + Space does not select or deselect the currently focused list item.

Expected behavior

All of the documented keyboard combinations should work as expected: https://www.telerik.com/kendo-react-ui/components/listbox/keyboard-navigation#keyboard-shortcuts

Minimal reproduction of the problem with instructions

  1. Open this Stackblitz example: https://stackblitz.com/run/?file=app%2Fapp.jsx
  2. Press Ctrl + RIghtArrow, then Ctrl + Shift + UpArrow and Ctrl + Space and notice that nothing happens

Reported in: 1672235

@filipKovachev filipKovachev added a11y Item which represents accessibility compliance Bug Item which indicates that something is not working KendoReact triaged mark the triaged issues with correct priority SEV: Medium labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Item which represents accessibility compliance Bug Item which indicates that something is not working KendoReact SEV: Medium triaged mark the triaged issues with correct priority
Projects
None yet
Development

No branches or pull requests

1 participant