feat(web): canonical keyboard traversal and focus rings - #41434
Merged
Pavel Feldman (pavelfeldman) merged 1 commit intoJun 23, 2026
Merged
Conversation
Lean on native browser keyboard navigation across the trace viewer and recorder UI: - TabbedPane tabs become real <button>s: every header is a Tab stop, Space/Enter selects. This also gives the snapshot Action/Before/After tablist keyboard navigation, which it was missing. - CodeMirror no longer captures Tab/Shift-Tab, so focus is not trapped in source/network/locator/aria editors. - Add :focus-visible rings (keyboard-only) to tabs, toolbar buttons, text/search inputs, toolbar selects, and CodeMirror editors. Fixes microsoft#41422
Contributor
Test results for "MCP"1 failed 7379 passed, 1122 skipped Merge workflow run. |
Contributor
Test results for "tests 1"2 failed 3 flaky49007 passed, 1142 skipped Merge workflow run. |
Dmitry Gozman (dgozman)
approved these changes
Jun 23, 2026
Pavel Feldman (pavelfeldman)
merged commit Jun 23, 2026
72601df
into
microsoft:main
46 of 48 checks passed
Contributor
|
Nice approach, i think the html-reporter might have the same gap with its own |
This was referenced Jun 24, 2026
This was referenced Aug 15, 2026
This was referenced Aug 19, 2026
This was referenced Aug 20, 2026
2 tasks
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.
Summary
TabbedPanetabs real<button>s so every header is a native Tab stop and Space/Enter selects — this also gives the snapshot Action/Before/After tablist the keyboard navigation it was missing.Tab/Shift-Tab, so focus is no longer trapped inside source/network/locator/aria editors.:focus-visiblerings to tabs, toolbar buttons, text/search inputs, toolbar selects, and CodeMirror editors.Fixes #41422