-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Tabbing into a ListBox should always focus the selected item #11878
Labels
Comments
grokys
added a commit
that referenced
this issue
Dec 4, 2023
maxkatz6
pushed a commit
that referenced
this issue
Dec 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Tabbing into a
ListBox
should always focus the selected item.To Reproduce
Use the Tab key to navigate into the
ListBox
in the control catalog'sListBoxPage
.Notice than even though Item 1 is the selected item, Item 0 get focused.
Latest master 714f88e
Expected behavior
The selected item is focused.
Scenarios
AutoScrollToSelectedItem
disabled: since focusing the item isn't possible, it should probably focus the first visible item instead.Related issue
#11846
The text was updated successfully, but these errors were encountered: