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

[Filter] Issue with Keyboard Navigation on Tab Out #4440

Open
georgi-sla opened this issue Oct 18, 2024 · 0 comments
Open

[Filter] Issue with Keyboard Navigation on Tab Out #4440

georgi-sla opened this issue Oct 18, 2024 · 0 comments

Comments

@georgi-sla
Copy link
Contributor

georgi-sla commented Oct 18, 2024

Description

Currently, when the user focuses on the Filter using the Tab keyboard key, navigates through the component with the keyboard, moves the focus away from the Filter, and again focuses on it with the Tab, the keyboard navigation does not work.

Steps To Reproduce

  1. Create a Filter component.
  2. Focus on it using the Tab key.
  3. Navigate through the component.
  4. Move the focus away from the Filter using the Tab key.
  5. Focus again on the component using the Tab key.
  6. Try to navigate the component using the left and right arrows.

Please, check out the following StackBlitz demo: https://stackblitz.com/edit/angular-hvm4cw

Screenshots or video

No response

Actual Behavior

After moving the focus away from the Filter and then focusing on it again using the Tab, the keyboard navigation of the component stops working as expected.

Expected Behavior

The keyboard navigation of the Filter should always work no matter whether the component has already been focused or not.

Browser

All

Browser version

latest

OS type

No response

OS version

No response

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

No response

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

2 participants