Skip to content

Conversation

@JesperDramsch
Copy link
Owner

WebKit requires focus to be explicitly set after page navigation before Tab key navigation works correctly. Without this, pressing Tab results in focus going to BODY instead of the next focusable element.

The fix re-focuses on the search input after form submission navigates to the search results page, establishing a proper focus context before pressing Tab to navigate to the next element.

WebKit requires focus to be explicitly set after page navigation before
Tab key navigation works correctly. Without this, pressing Tab results
in focus going to BODY instead of the next focusable element.

The fix re-focuses on the search input after form submission navigates
to the search results page, establishing a proper focus context before
pressing Tab to navigate to the next element.
@github-actions github-actions bot added the Tests label Jan 7, 2026
@JesperDramsch JesperDramsch merged commit 55b49f0 into main Jan 7, 2026
10 of 11 checks passed
@JesperDramsch JesperDramsch deleted the claude/fix-webkit-keyboard-nav-3BvKl branch January 7, 2026 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants