Skip to content

fix: Address remaining invisible input positions #8948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

microbit-robert
Copy link
Contributor

The basics

The details

Resolves

Fixes google/blockly-keyboard-experimentation#269

Proposed Changes

This PR updates ASTNode to operate only on visible inputs that are filtered by a new private method when searching for an input or field to navigate to. Previous work didn't fully address the problem as noted on google/blockly-keyboard-experimentation#269

Reason for Changes

As above.

Test Coverage

There are no existing unit tests to my knowledge. We have run this version of Blockly and the latest keyboard experimentation plugin in MakeCode and manually verified that the invisible navigation positions have been removed.

Documentation

N/A

Additional Information

N/A

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome! It looks like this is your first pull request in Blockly, so here are a couple of tips:

  • You can find tips about contributing to Blockly and how to validate your changes on our developer site.
  • All contributors must sign the Google Contributor License Agreement (CLA). If the google-cla bot leaves a comment on this PR, make sure you follow the instructions.
  • We use conventional commits to make versioning the package easier. Make sure your commit message is in the proper format or learn how to fix it.
  • If any of the other checks on this PR fail, you can click on them to learn why. It might be that your change caused a test failure, or that you need to double-check the style guide.
    Thank you for opening this PR! A member of the Blockly team will review it soon.

@rachel-fenichel rachel-fenichel requested review from gonfunko and removed request for BenHenning May 1, 2025 16:12
@sappm01 sappm01 added the PR: fix Fixes a bug label May 1, 2025
@rachel-fenichel rachel-fenichel merged commit 1c79e1e into google:rc/v12.0.0 May 2, 2025
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants