-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
We currently have two different ways to "insert" a block that is inconsistent between Scratch and Scratch Jr. From observation (particularly on mobile devices), we'd like to implement a variant of our design from Scratch Jr for all grammars.
Scratch Jr
Scratch
Scratch (Prototype)
Blockly
Tickle
Questions
- In Scratch Jr and some of our prototypes even if you are inserting a group (stack) of blocks, the UI only shows an insertion shadow for the top / outer most block. This is different from some other Scratch variants in which the entire group is shown. This is done to avoid jarring changes in the display (see Tickle for reference) but comes at the cost of slightly inconsistent behavior. This is something we should discuss / spec.