Backport #3859: Improve focus handling and accessibility in Connect dialog - #3870
Merged
Merged
Conversation
* Deselect server in list when clicking on address box * No longer need handler for server addr edit text changed * Save current server item and restore on regaining focus * Disable tab-key navigation in the server list Tab and Shift+Tab were being consumed to move between tree items rather than moving focus through the dialog. Arrow-key navigation within the tree remains unchanged. This restores conventional keyboard navigation and improves accessibility. * Make savedServer usage more robust. * Fix double-Enter needed to connect to custom server in keyboard mode
5 tasks
dingodoppelt
approved these changes
Aug 8, 2026
Member
Author
pljones
approved these changes
Aug 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description of changes
Squashed backport of #3859 to 3.12.x
CHANGELOG: Client: Improve server list navigation in Connect Dialog.
Context: Fixes an issue?
Fixes #3857
Does this change need documentation? What needs to be documented and how?
No
Status of this Pull Request
Tested and ready to merge.
What is missing until this pull request can be merged?
Nothing
Checklist