fix: Show the delete cursor when dragging a block by an editable field. by gonfunko · Pull Request #9326 · RaspberryPiFoundation/blockly

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@gonfunko

Copy link Copy Markdown

Contributor

The basics

The details

Resolves

Fixes #8999

Proposed Changes

This PR fixes a bug where dragging a block by an editable field to a delete area did not show the delete cursor. Now, the delete cursor is shown regardless of whether the block is being dragged by its body/a label or an editable field.

@gonfunko gonfunko requested a review from a team as a code owner

August 19, 2025 20:24

@gonfunko gonfunko requested a review from BenHenning

August 19, 2025 20:24

@github-actions github-actions bot added the PR: fix

Fixes a bug

label

Aug 19, 2025

@gonfunko gonfunko requested a review from RoboErikG

August 20, 2025 17:56

@gonfunko gonfunko merged commit 5cc95e4 into develop

Aug 20, 2025

18 checks passed

@gonfunko gonfunko deleted the field-delete branch

August 20, 2025 18:26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@BenHenning BenHenning Awaiting requested review from BenHenning BenHenning was automatically assigned from google/blockly-eng

1 more reviewer

@RoboErikG RoboErikG RoboErikG approved these changes

Reviewers whose approvals may not affect merge requirements

Labels

PR: fix

Fixes a bug

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Mouse icon is wrong when dragging a block to delete area by an editable field

3 participants

@gonfunko @RoboErikG @BenHenning