You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open the dropdown
Click multiple times on the arrow down key to scroll over some items
Eventually the scroll will start to jump over a few items at a time
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.
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:
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
The text was updated successfully, but these errors were encountered: