microsoft / microsoft/pxt-microbit
Menus stay open if you tap the workspace (touch-specific bug)
@riknoll is already working on this.
Since Jun 26, 2025.
- Dominant language
- TypeScript
- Stars
- 804
- Forks
- 721
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 2
Description
Menus, e.g. top bar help/settings/login and the download "..." menu stay open if you tap the workspace on a touch device. They correctly close for mouse clicks.
Although it does work if you tap the icon or the header/bottom bar, empty space on the workspace seems the most natural place to tap to dismiss these menus.
@tracygardner reproduced this on Windows with a touchscreen and on Android device. It also reproduces in Chrome dev tools when using touch device emulation.
Affects beta and live.
Speculation: Perhaps Blockly is stopping something from propagating unexpectedly?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.