[WIP] Fix keyboard arrow navigation through Otter blocks on WP#2830
Open
Codex wants to merge 4 commits into
Open
[WIP] Fix keyboard arrow navigation through Otter blocks on WP#2830Codex wants to merge 4 commits into
Codex wants to merge 4 commits into
Conversation
Co-authored-by: Soare-Robert-Daniel <17597852+Soare-Robert-Daniel@users.noreply.github.com>
Move the arrow-key navigation test out of section.spec.js (where it queried the top document and found no blocks under the WP 7.0 iframed canvas) into a dedicated, canvas-aware spec covering sibling navigation up/down, multi-hop presses, no-sibling boundaries, and the modifier-key guard. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Bundle Size Diff
|
Contributor
|
Plugin build for ebb55c4 is ready 🛎️!
|
Contributor
E2E TestsPlaywright Test Status: See serial and parallel matrix jobs Performance ResultsserverResponse: {"q25":424.3,"q50":429.95,"q75":438.9,"cnt":10}, firstPaint: {"q25":596.8,"q50":631.95,"q75":725.4,"cnt":10}, domContentLoaded: {"q25":3320,"q50":3355.65,"q75":3366.3,"cnt":10}, loaded: {"q25":3322,"q50":3357.95,"q75":3368.5,"cnt":10}, firstContentfulPaint: {"q25":3821.4,"q50":3846.15,"q75":3884,"cnt":10}, firstBlock: {"q25":13269.4,"q50":13453.05,"q75":13630.4,"cnt":10}, type: {"q25":23.75,"q50":25.03,"q75":25.35,"cnt":10}, typeWithoutInspector: {"q25":19.17,"q50":20.51,"q75":21.62,"cnt":10}, typeWithTopToolbar: {"q25":28.11,"q50":28.56,"q75":31.62,"cnt":10}, typeContainer: {"q25":12.88,"q50":13.24,"q75":13.74,"cnt":10}, focus: {"q25":98.73,"q50":104.99,"q75":112.08,"cnt":10}, inserterOpen: {"q25":36.72,"q50":38.29,"q75":39.7,"cnt":10}, inserterSearch: {"q25":13.33,"q50":13.56,"q75":13.91,"cnt":10}, inserterHover: {"q25":5.01,"q50":5.14,"q75":5.26,"cnt":20}, loadPatterns: {"q25":1457.83,"q50":1518.22,"q75":1631.98,"cnt":10}, listViewOpen: {"q25":208.36,"q50":220.37,"q75":238.08,"cnt":10} |
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.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.