pxt-arcade icon indicating copy to clipboard operation
pxt-arcade copied to clipboard

Radio extension bug

Open crouse12 opened this issue 2 years ago • 6 comments

Describe the bug A clear and concise description of what the bug is. When I click radio more block, there is only one block on it. This block cannot use.

image

crouse12 avatar Jul 10 '22 07:07 crouse12

This should be easy fix.

abchatra avatar Sep 28 '22 03:09 abchatra

Likely block definition syntax is incorrect for one of the blocks

abchatra avatar Sep 28 '22 03:09 abchatra

Looks like there's actually several blocks under "more" that aren't being displayed correctly. They're just all overlapped at the top of the screen, so it looks like one block. It displays correctly when used in MicroBit, so I'm wondering if it could be an issue with Arcade's handling of the "more" behavior, rather than an issue specific to the extension itself... Now trying to pin down another arcade extension that utilizes the behavior to confirm.

thsparks avatar Sep 28 '22 20:09 thsparks

Suggestion: You can use https://makecode.com/playground to copy the block definition and see if it repros there.

abchatra avatar Sep 28 '22 20:09 abchatra

Good point. And you're right, seems like something is off with the extension's block authoring.

I was also able to confirm that "more" worked correctly in Arcade for a sample extension I had sitting around, so that's some additional confirmation that it's something specific to this extension. Will continue to investigate... image

thsparks avatar Sep 28 '22 21:09 thsparks

I am going to remove from this release as this is not a regression. However if you have a fix, feel free to cheery-pick to stable tomorrow.

abchatra avatar Sep 29 '22 22:09 abchatra