pxt-microbit
pxt-microbit copied to clipboard
Unable to get tooltip for some LEDs
Describe the bug
On hover-ing LEDs in the simulator, one can get their coordinates.
Like this:
But for certain LEDs, this is not possible, as it seems there is a sim-head forward:
To Reproduce Steps to reproduce the behavior:
- Create a project from a computer
- Put your mouse on the first LED, you'll see the tooltip (0,0)
- Put your mouse on the second LED (same line), you won't see the tooltip
Expected behavior See the (1,0) tooltip
micro:bit version (please complete the following information): V2.21, but it's not hardware related
Desktop (please complete the following information):
- OS: Linux Mageia 9
- Browser: Firefox
- Version 115.5.0esr
Smartphone (please complete the following information): None
Additional context I need to mention microbit-support
I forgot to mention microbit-support
Here is the sample program where one can repro: https://makecode.microbit.org/_h7xiwA6Pqe9t Some of the top row leds don't have tooltips when hovered.