< Scratch Wiki:Block Plugin Bugs
Any discussions that were closed should be moved from the original page to here as soon as possible under a header showing the current month. Please do not edit any discussions here. Revive bugs on the current page.
Boolean blocks
Boolean blocks are shaped like Reporter blocks.
say <mouse down?>
I can do angled empty boolean slots easily enough, because they have a fixed height. pic
Blob8108 (talk | contribs) 11:31, 1 September 2013 (UTC)
Spaces
Some blocks appear obsolete when there is a space between the argument and the last character.
set size to (100) % <color [#FF0000] is touching [#FF0000] ?>
- MediaWiki is sneakily converting those spaces into non-breaking spaces. I'll have a play with the wiki extension and see if I can stop that.
Blob8108 (talk | contribs) 13:06, 19 May 2013 (UTC) - Added
Bottoms of C blocks
The lengths of the bottoms of C blocks do not match the lengths of their tops and are too short.
when gf clicked forever if <loud?> turn ccw (1) degrees ask [Hello, I'm Scratch Cat. What's your name?] and wait if < (answer) = [XYZ] > say [Wow. Wow! WOW!!!] for (2) secs end
- I spent a good while trying to do this one, but I think it's probably a CSS limitation. I'm not sure it's worth fixing, either.
Blob8108 (talk | contribs) 08:27, 11 June 2013 (UTC) - There's a trivial JS fix for this, but it causes nasty flickering when the page refreshes.
Blob8108 (talk | contribs) 11:50, 11 June 2013 (UTC)
Repeating arrows
C Blocks that repeat need the arrows at the bottom.
repeat (10) move (5) steps end
Mathfreak231 (talk | contribs) 00:54, 28 July 2013 (UTC)
- Added #23.
- How boring. I really can't be bothered to do this one. :P
- Sci knows CSS, he can fix it! :D
Blob8108 (talk | contribs) 19:26, 31 August 2013 (UTC)
Stop () block when "other scripts in sprite"
The Stop () block should render as a stack when set to "other scripts in sprite". I'll add it on GitHub when I get the chance, probably tomorrow.
stop [other scripts in sprite v]
Mathfreak231 (talk | contribs) 21:29, 23 September 2013 (UTC)
Lego We-Do/SensorBoard blocks wrong color
They changed the color to black. The plugin should do so as well.
Mathfreak231 (talk | contribs) 00:05, 9 November 2013 (UTC)
- Yeah, fixed in the rewrite I'm working on. :)
blob8108 (talk | contribs) 20:36, 9 November 2013 (UTC)
10^
On the forums
([10^ v] of ())
appears as a Sensing block.
3sal2 (talk | contribs) 01:36, 4 August 2014 (UTC)
- This is only for bugs on the Wiki
derpmeup (talk | contribs) 22:31, 3 October 2014 (UTC) - Fixed, eventually
blob8108 (talk | contribs) 19:54, 28 November 2014 (UTC)
Boolean insert in custom-arg block
The outlines of an empty boolean insert of a custom-arg block appear red as obsolete instead of actual pruple. Example
DevanWolf (talk | contribs) 01:31, 9 October 2014 (UTC)
Plugin Not Taking Place
Although my always on does not pass acid3, this is still a bug. all blocks appear just as text in code tags, for example:
when gf clicked
when gf clicked
I see 'em the same.
Krett12 (talk | contribs) 00:58, 8 October 2014 (UTC)
Extension Blocks
No new extension blocks. Old ones work fine.
when [slider v] [> v] (50) when distance [< v] (20) when tilt [= v] (1) turn [motor v] on for (1) secs turn [motor v] on turn [motor v] off set [motor v] power to (100) set [motor v] direction [this way v] when distance < (20) when tilt = (1) turn motor on for (1) secs turn motor on turn motor off set motor power (100) set motor direction [this way v]
DevanWolf (talk | contribs) 15:24, 28 November 2014 (UTC)
Scratch Wiki Extension block color
In the Scratch Forums and blob8108's block renderer, all extension blocks, such as Lego WeDo and PicoBoard appears to be grey as normal. But in the Scratch Wiki, all extension blocks are purple instead.
([slider v] sensor value)