Discuss Scratch

ZP-1
Scratcher
1 post

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

CSwitch wrote:

1029wuahqy_NEW wrote:

o97doge wrote:

I am creating this because I am sure there are going to be a flood of bug reports, as a rewrite of the blocks interface has just been released. This list is specifically focusing on the blocks, not any other part of the editor.

This is a living document (for a lack of a better term); please suggest bugs to be added to this list. I used https://github.com/scratchfoundation/scratch-editor/issues/533 as a source for some of these. @redspacecat listed some more bugs — thanks to them!

Bugs:
Editing Bugs:
  • When adding an input to a block definition and undoing it later, the input variables will detach from the definition block. (Noted by @Reveerain)
  • Broadcast block may cause a costume to disappear on a sprite. (Missing link because I pasted the wrong thing, whoops!)
  • A broadcast block's dropdown becomes blank after importing a sprite and switching away. (Forum Topic)
  • A pasted block doesn't follow the mouse until places; it duplicates instead. (Forum Topic)
  • A custom block added from the backpack doesn't appear in the palette. (Forum Topic)
  • “Create new broadcast/message” dialog closes immediately on a touchscreen (Forum Topic)
  • When dragging define blocks, their position changes relative to the mouse. (Forum Topic)
  • The system keyboard pops up on number-only inputs on mobile. (Forum Topic)
  • Deleting a block by dragging it over to the palette sometimes makes the workspace shift left. (Noted by @EiskalterYeti)
  • Control/Command + A no longer works in block inputs. (Noted by @altsrc)

Block Behaviour Bugs:
  • You cannot drag a forever block on a mid-stack block. (Related GitHub issue)
  • You cannot connect a hat block above a stack block. (Forum Topic)
  • Dragging a block to the palette while there are blocks behind the palette will make it attempt to connect to the block and possibly delete. (Noted by @kwurteeqwerty)

Visual Bugs:
  • The stop block's dropdown uses the incorrect colour in High Contrast Mode.
  • When a comment is attached to a block, the line attaching it doesn't account for comment size. (Related GitHub issue comment)
  • When spam clicking on a reporter block, the values can start building up weirdly. (Forum Topic)
  • The font may be the system font on Windows. (Is this intentional or not?)
  • Boolean blocks may have an outline. (Forum Topic)
  • There are padding issues with dropdowns. (Forum Topic)
  • Menu popups (variables, etc.) may have a black outline. (Forum Topic)
  • Block input text is unnaturally large at full zoom-out. (Forum Topic)
  • Dragging a block to the left edge of the palette lights up the stage.
  • Zoom snaps back when workspace scrolled past left edge. (Forum Topic)
  • Reporter blocks may be off-centered on some systems. (Forum Topic)
  • Comments don't expand the workspace while dragging. (Noted by @hotcrystal)
  • Sometimes when right clicking a variable block, there can be so many menu items that it goes over the menu bar. (Noted by @EiskalterYeti)

Miscellaneous Bugs:
  • After dragging in a pre-Spork define block from the backpack, you cannot drag the argument blocks from the definition.

Fixed Bugs:
  • Block inputs may be blank and non-editable. (Forum Topic; does anyone know if this bug still occurs on new blocks?)
  • Blocks may disappear. (Forum Topic)
  • A block that targets the sprite that it is in reports the default option instead. (Forum Topic)
  • Forever blocks delete capped blocks when dragged on them. (Related Forum Topic)
  • Code deletes itself when surrounding a forever loop with another forever loop. (Forum Topic)

Can Scratch or Someone Fix This?
They need to eventually.
The website is that buggy that even the buggy app is better to use

Last edited by ZP-1 (May 17, 2026 16:43:19)

Elijah999999
Scratcher
1000+ posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

My browser / operating system: Windows NT 10.0, Chrome 148.0.0.0, No Flash version detected
Reporter blocks and boolean blocks with comments attached to them are indented strangely. This does not apply to variables and lists.

Last edited by Elijah999999 (May 17, 2026 17:51:21)

Anyordinaryperson
Scratcher
23 posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

Elijah999999 wrote:

My browser / operating system: Windows NT 10.0, Chrome 148.0.0.0, No Flash version detected
Reporter blocks and boolean blocks with comments attached to them are indented strangely. This does not apply to variables and lists.
My browser / operating system: Windows 10, Chrome 148.0.0.0, No Flash version detected
Can replicate, though it is weird that it doesn't happen to variables & lists.
nembence
Scratcher
1000+ posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️


Happens when switching the language to Hungarian
The text should be in the same line as the prototype block, and it shouldn't go out of the block

Last edited by nembence (May 17, 2026 20:15:53)

Elijah999999
Scratcher
1000+ posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

My browser / operating system: Windows NT 10.0, Chrome 148.0.0.0, No Flash version detected

After uploading a custom block from my backpack, some of it's variables became nameless, like this:
(letter (::variables) of [world])
They still function fine. The variable itself is set to “this sprite only.” Renaming the variable did not have any effect.
CTLegendz_Returns
Scratcher
1 post

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

everything is a question mark!
Jawarriors20
Scratcher
20 posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

CTLegendz_Returns wrote:

everything is a question mark!
i saw that too.
Edgarm1446
Scratcher
100+ posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

CTLegendz_Returns wrote:

everything is a question mark!
Most likely unrelated to the Spork update (which occurred a bit ago); please visit one of the already-existing topics already made for this exact issue to report this instead.
your_real_name_NYAGH
Scratcher
100+ posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

o97doge wrote:

I am creating this because I am sure there are going to be a flood of bug reports, as a rewrite of the blocks interface has just been released. This list is specifically focusing on the blocks, not any other part of the editor.

This is a living document (for a lack of a better term); please suggest bugs to be added to this list. I used https://github.com/scratchfoundation/scratch-editor/issues/533 as a source for some of these. @redspacecat listed some more bugs — thanks to them!

Bugs:
Editing Bugs:
  • When adding an input to a block definition and undoing it later, the input variables will detach from the definition block. (Noted by @Reveerain)
  • Broadcast block may cause a costume to disappear on a sprite. (Missing link because I pasted the wrong thing, whoops!)
  • A broadcast block's dropdown becomes blank after importing a sprite and switching away. (Forum Topic)
  • A pasted block doesn't follow the mouse until places; it duplicates instead. (Forum Topic)
  • A custom block added from the backpack doesn't appear in the palette. (Forum Topic)
  • “Create new broadcast/message” dialog closes immediately on a touchscreen (Forum Topic)
  • When dragging define blocks, their position changes relative to the mouse. (Forum Topic)
  • The system keyboard pops up on number-only inputs on mobile. (Forum Topic)
  • Deleting a block by dragging it over to the palette sometimes makes the workspace shift left. (Noted by @EiskalterYeti)
  • Control/Command + A no longer works in block inputs. (Noted by @altsrc)

Block Behaviour Bugs:
  • You cannot drag a forever block on a mid-stack block. (Related GitHub issue)
  • You cannot connect a hat block above a stack block. (Forum Topic)
  • Dragging a block to the palette while there are blocks behind the palette will make it attempt to connect to the block and possibly delete. (Noted by @kwurteeqwerty)

Visual Bugs:
  • The stop block's dropdown uses the incorrect colour in High Contrast Mode.
  • When a comment is attached to a block, the line attaching it doesn't account for comment size. (Related GitHub issue comment)
  • When spam clicking on a reporter block, the values can start building up weirdly. (Forum Topic)
  • The font may be the system font on Windows. (Is this intentional or not?)
  • Boolean blocks may have an outline. (Forum Topic)
  • There are padding issues with dropdowns. (Forum Topic)
  • Menu popups (variables, etc.) may have a black outline. (Forum Topic)
  • Block input text is unnaturally large at full zoom-out. (Forum Topic)
  • Dragging a block to the left edge of the palette lights up the stage.
  • Zoom snaps back when workspace scrolled past left edge. (Forum Topic)
  • Reporter blocks may be off-centered on some systems. (Forum Topic)
  • Comments don't expand the workspace while dragging. (Noted by @hotcrystal)
  • Sometimes when right clicking a variable block, there can be so many menu items that it goes over the menu bar. (Noted by @EiskalterYeti)

Miscellaneous Bugs:
  • After dragging in a pre-Spork define block from the backpack, you cannot drag the argument blocks from the definition.

Fixed Bugs:
  • Block inputs may be blank and non-editable. (Forum Topic; does anyone know if this bug still occurs on new blocks?)
  • Blocks may disappear. (Forum Topic)
  • A block that targets the sprite that it is in reports the default option instead. (Forum Topic)
  • Forever blocks delete capped blocks when dragged on them. (Related Forum Topic)
  • Code deletes itself when surrounding a forever loop with another forever loop. (Forum Topic)
seeing htee bug's i think it would be better to wait tothe ngp comes out since all my projects are now completely roken and i may qut scratch by friday because of it.
My browser / operating system: Linux, Chrome 148.0.0.0, No Flash version detected (android)

Last edited by your_real_name_NYAGH (May 18, 2026 20:34:49)

Julianskybit
Scratcher
20 posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

o97doge wrote:

redspacecat wrote:

o97doge wrote:

The glitch still occurs with a forever block, at least on Zen Browser/Firefox.
Do you mean like this?


I can't replicate the issue on Windows 11, Chrome or Firefox
No, I mean like this.
I have that. I was making a platformer
your_real_name_NYAGH
Scratcher
100+ posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

chromo-z64-evade wrote:

This is not the topic to talk about the bug. Go here: https://scratch.mit.edu/discuss/topic/805718/
wrong
ACSScratch15
Scratcher
1 post

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

My block palette just disappeared I can’t pull out any blocks
TimothyLawyer
Scratcher
1000+ posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

broadcast not surviving the backpack: Broadcast Backpack Glitch?
cooolkid1000009
Scratcher
23 posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

found one:
when green flag clicked
create clone of myself


when I start as clone
create clone of myself
delete this clone

Last edited by cooolkid1000009 (May 20, 2026 23:41:54)

cooolkid1000009
Scratcher
23 posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

cooolkid1000009
Scratcher
23 posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

your_real_name_NYAGH wrote:

chromo-z64-evade wrote:

This is not the topic to talk about the bug. Go here: https://scratch.mit.edu/discuss/topic/805718/
wrong
kwurteeqwerty
Scratcher
21 posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

I think someone mentioned this before but it isn't in the list
If you create a custom block with any name and than create a custom block with a blank name all the blocks stack on top of each other at the top of the palette.
AyaProduction
Scratcher
34 posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

draymondfu wrote:

THEY PATCHED RED HACKED BLOCK

define 
is what it looks like now wahhhh
Yup i know
AyaProduction
Scratcher
34 posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

cooolkid1000009 wrote:

found one:
when green flag clicked
create clone of myself


when I start as clone
create clone of myself
delete this clone
you mean

when green flag clicked
create clone of [myself v]

when I start as a clone
create clone of [ v]
delete this clone
your_real_name_NYAGH
Scratcher
100+ posts

⚙️ List of bugs with the new block editor update (a.k.a. Spork) ⚙️

AyaProduction wrote:

cooolkid1000009 wrote:

found one:
when green flag clicked
create clone of myself


when I start as clone
create clone of myself
delete this clone
you mean

when green flag clicked
create clone of [myself v]

when I start as a clone
create clone of [ v]
delete this clone
you mean

when green flag clicked
create clone of [myself v]

when I start as a clone
create clone of [ v]
delete this clone

Last edited by your_real_name_NYAGH (May 22, 2026 10:35:29)

Powered by DjangoBB