blockly-samples
blockly-samples copied to clipboard
Plugins, codelabs, and examples related to the Blockly library.
**Category** Examples **Component** blockly-angular **Describe the bug** When running the angular tests they error our with the output: ``` UnhandledRejection: Cannot read property 'range' of undefined TypeError: Cannot read property...
**Category** - Examples **Component** All components. **Description** Review all of the examples that do not have a peer dependency of ` - 8` to ensure that they work with version...
**Category** - Examples **Component** block-plus-minus **Describe the bug** Procedure callers do not bump neighbors when parameters are added, so it can appear that blocks are connected when they are not....
**Category** - Examples **Component** Mirrored Blockly **Describe the bug** The page errors when attempting to de-reference interpolate args into a block message, causing the whole thing to break. Also message...
**Category** - Examples **Component** plugin-serialize-disabled-interactions **Describe the bug** It says "Blockly plugin that adds additional scrolling features." instead of "A Blockly plugin that serializes the deletable, movable, and editable attribues...
**Category** - Examples **Component** The custom dialogs demo **Describe the bug** When you open the inputs category, you get an error, causing the demo to break. Also messages are broken...
**Category** - Examples **Component** strict-connection-checker **Describe the bug** The strict connection checker demo should have some text (like keyboard navigation) to indicate what it is doing. **To Reproduce** Steps to...
**Category** - Examples **Component** fixed-edges **Describe the bug** The fixed edges demo should have some text (like keyboard navigation) to indicate what it is doing. **To Reproduce** Steps to reproduce...
**Category** - Examples **Component** In the https://github.com/google/blockly-samples/tree/master/examples/interpreter-demo you can find an async-execution with acorn_interpreter.js You can play online with https://google.github.io/blockly-samples/ , see "asynchronous execution" in javascript https://google.github.io/blockly-samples/examples/interpreter-demo/async-execution.html But - I...
**Category** - Plugins **Component** Advanced playground **Describe the bug** The playground [still uses XML serialization](https://github.com/google/blockly-samples/blob/03c119bc5579393860b717f8ae6f265d6840f955/plugins/dev-tools/src/playground/options.js#L135) on reload, so if you test out readOnly mode, your blocks get stuck as readonly....