TAB Order Reset Issue of Dropdown and DatePicker #133

Closed
opened 2026-01-29 17:32:04 +00:00 by claunia · 1 comment
Owner

Originally created by @vinoopillai on GitHub (Jun 23, 2021).

On a Blazor page with dropdowns and datepicker If you change item in dropdown using up/down arrows there is no issue. How ever if you select item using mouse selection from dropdown the TAB order resets to start and focus of the control is lost. Same
5PqT0WWosi
issue is for datepicker also

Originally created by @vinoopillai on GitHub (Jun 23, 2021). On a Blazor page with dropdowns and datepicker If you change item in dropdown using up/down arrows there is no issue. How ever if you select item using mouse selection from dropdown the TAB order resets to start and focus of the control is lost. Same ![5PqT0WWosi](https://user-images.githubusercontent.com/86370143/123133162-1728b680-d46d-11eb-9c4b-0c5b13cc9c3d.gif) issue is for datepicker also
Author
Owner

@philiphendry commented on GitHub (Jun 9, 2022):

I found a focus issue in a different component library and wondered how Radzen reacted and noticed that items selected with the mouse from a dropdown with a filter still have the problem shown above but also if you're typing in the filter and press tab the focus moves to the top of the document rather than the next control or at least closing the drop down and return focus to the original control. Worth creating a bug?

In the attached gif the first drop down works as expected but after I've entered "df" into the filter and press tab the focus has moved to the top of the document:
RadzenDropdownFocusIssue

@philiphendry commented on GitHub (Jun 9, 2022): I found a focus issue in a different component library and wondered how Radzen reacted and noticed that items selected with the mouse from a dropdown with a filter still have the problem shown above but also if you're typing in the filter and press tab the focus moves to the top of the document rather than the next control or at least closing the drop down and return focus to the original control. Worth creating a bug? In the attached gif the first drop down works as expected but after I've entered "df" into the filter and press tab the focus has moved to the top of the document: ![RadzenDropdownFocusIssue](https://user-images.githubusercontent.com/705830/172778216-14b1bc4d-6328-466a-ad75-7a0d455334fc.gif)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#133