Skip to content

fix: remove calls to cursor.hide#490

Merged
rachel-fenichel merged 1 commit into
RaspberryPiFoundation:mainfrom
rachel-fenichel:navigation_delete_hide
May 7, 2025
Merged

fix: remove calls to cursor.hide#490
rachel-fenichel merged 1 commit into
RaspberryPiFoundation:mainfrom
rachel-fenichel:navigation_delete_hide

Conversation

@rachel-fenichel
Copy link
Copy Markdown
Collaborator

Part of RaspberryPiFoundation/blockly#8962

Related to RaspberryPiFoundation/blockly#8924

The keyboard navigation plugin currently explicitly turns keyboard mode on and off, and that includes explicitly hiding the cursor. After RaspberryPiFoundation/blockly#8924 we will use CSS to control whether active and passive focus are visible, and updating that CSS will be done by the new KeyboardNavigationController.

@rachel-fenichel rachel-fenichel marked this pull request as ready for review May 7, 2025 16:29
@rachel-fenichel rachel-fenichel requested a review from a team as a code owner May 7, 2025 16:29
@rachel-fenichel rachel-fenichel requested review from maribethb and removed request for a team May 7, 2025 16:29
@rachel-fenichel
Copy link
Copy Markdown
Collaborator Author

Ready for review now that RaspberryPiFoundation/blockly#8962 landed.

Copy link
Copy Markdown
Collaborator

@maribethb maribethb left a comment

Choose a reason for hiding this comment

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

Are we planning to keep these enable/disable methods? I thought we didn't want them. Or maybe we want them in the plugin but makecode will just never use them?

@rachel-fenichel
Copy link
Copy Markdown
Collaborator Author

I think we will delete them entirely as a companion to RaspberryPiFoundation/blockly#8924.

@rachel-fenichel rachel-fenichel merged commit 1f10d7d into RaspberryPiFoundation:main May 7, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants