Skip to content

fix: Fix bug that allowed some invisible fields/inputs to be navigated to. - #8899

Merged
gonfunko merged 1 commit into
RaspberryPiFoundation:rc/v12.0.0from
gonfunko:hidden-inputs
Apr 17, 2025
Merged

fix: Fix bug that allowed some invisible fields/inputs to be navigated to.#8899
gonfunko merged 1 commit into
RaspberryPiFoundation:rc/v12.0.0from
gonfunko:hidden-inputs

Conversation

@gonfunko

@gonfunkogonfunko commented Apr 17, 2025

Copy link
Copy Markdown
Contributor

The basics

The details

Resolves

FixesRaspberryPiFoundation/blockly-keyboard-experimentation#269

Proposed Changes

This PR updates ASTNode to skip invisible inputs when searching for an input or field to navigate to. Previously, it was only disregarding hidden inputs themselves, but would still navigate to fields attached to a hidden input.

@gonfunko
gonfunko requested a review from a team as a code ownerApril 17, 2025 16:46
@gonfunkogonfunko changed the title fix: Fix bug that allowed some invisible fields/inputs to be navigate…fix: Fix bug that allowed some invisible fields/inputs to be navigated to.Apr 17, 2025
@gonfunkogonfunko added the PR: fix Fixes a bug label Apr 17, 2025
@gonfunko
gonfunko merged commit 296ad33 into RaspberryPiFoundation:rc/v12.0.0Apr 17, 2025
@gonfunko
gonfunko deleted the hidden-inputs branch April 17, 2025 16:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: fixFixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@gonfunko@rachel-fenichel