feat: Add support for keyboard navigation into mutator workspaces. by gonfunko · Pull Request #9151 · RaspberryPiFoundation/blockly
Navigation Menu
{{ message }}
RaspberryPiFoundation / blockly Public
- Notifications You must be signed in to change notification settings
- Fork 3.8k
Merged
gonfunko merged 2 commits intoRaspberryPiFoundation:developfrom
Jun 23, 2025Merged
feat: Add support for keyboard navigation into mutator workspaces.#9151
gonfunko merged 2 commits intoRaspberryPiFoundation:developfrom
feat: Add support for keyboard navigation into mutator workspaces.#9151
gonfunko merged 2 commits intoRaspberryPiFoundation:developfrom
Conversation
Copy link Copy Markdown
Contributor
gonfunko
commented
Jun 17, 2025
gonfunko
commented
The basics
The details
Proposed Changes
This PR lays the groundwork for adding supporting for navigating into mutator workspaces via keyboard navigation. Specifically, it:
- Updates
MiniWorkspaceBubbleto resize/reposition more intelligently when a keyboard move is in progress - Updates the
IconNavigationPolicyto navigate intoMutatorIcons' workspaces - Updates
WorkspaceSvgto include its child mutator workspaces as nested trees for focus handling purposes.
gonfunko added 2 commits
June 17, 2025 09:10
gonfunko
requested a review
from a team
as a code owner
gonfunko
requested a review
from cpcallen
github-actions
bot
assigned
cpcallen
gonfunko
mentioned this pull request
cpcallen approved these changes Jun 20, 2025
core/workspace_svg.ts
Show resolved
Hide resolved
core/workspace_svg.ts Show resolved Hide resolved
gonfunko
mentioned this pull request
gonfunko
deleted the
mutator-nav
branch
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