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: Virtualized RadzenDropDown scroll using up/down keys breaks #1807

Open
javard opened this issue Nov 21, 2024 · 0 comments
Open

Bug: Virtualized RadzenDropDown scroll using up/down keys breaks #1807

javard opened this issue Nov 21, 2024 · 0 comments

Comments

@javard
Copy link

javard commented Nov 21, 2024

Describe the bug
The RadzenDropDown (with virtualization) scroll up/down using the keyboard arrow keys stops working after scrolling through a few items.
After scrolling over some items using the arrows, the scroll starts to skip items and eventually stops working properly. If we start going up and down using the arrows, at some point they revert and the up arrow starts to scroll down and the down arrow starts to scroll up.

To Reproduce
Steps to reproduce the behavior:

  1. Open the dropdown
  2. Click multiple times on the arrow down key to scroll over some items
  3. Eventually the scroll will start to jump over a few items at a time
  4. After this, if we start scroll up and down de behavior is unpredictable.

Expected behavior
When scrolling up/down using the arrow keys it should set the focus to the items iteratively.

Additional context
This issue can be reproduced in the demo page https://blazor.radzen.com/dropdown-virtualization?theme=material3

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

No branches or pull requests

1 participant