microsoft / pxt-microbit

A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
https://makecode.microbit.org
Other
699 stars 581 forks source link

`textdropdown` field editor doesn't work as expected in live and broken in beta #5695

Open microbit-carlos opened 1 month ago

microbit-carlos commented 1 month ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://makecode.com/playground#field-editors-dropdowns
  2. Ensure the Dropdowns sample is loaded in the micro:bit editor
  3. Drop the [say [hello]] block to the workspace and click the dropdown
  4. Dropdown generates an entry per letter instead of word image
  5. Change the editor to micro:bit BETA
  6. Drop the [say [hello]] block to the workspace
  7. Click on the "hello" dropdown
  8. The click acts as if the block is being dragged and cannot be "unclicked" image

Expected behavior The dropdown to show an entry per word.

Screenshots N/A

micro:bit version (please complete the following information): N/A

Desktop (please complete the following information): N/A Smartphone (please complete the following information): N/A

Additional context N/A