8000 Issue with mirroring workspace · Issue #8225 · google/blockly · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Issue with mirroring workspace #8225
Closed
@QuirkyCort

Description

@QuirkyCort

Check for duplicates

  • I have searched for similar issues before opening a new one.

Description

When all mirroring events from one workspace to another, I expect both workspaces to be identical. But when an "else if" is added to an "if" block, it is possible for the two workspace to differ.

The problem can be reproduced on https://google.github.io/blockly-samples/examples/mirror-demo/, and I have also verified it on my own application where I can confirmed that all events are being mirrored.

Reproduction steps

  1. Open https://google.github.io/blockly-samples/examples/mirror-demo/
  2. Add an "if" block.
  3. Add an "else" to the "if" block.
  4. Add a "print" under the "else".
  5. Add an "else if" to the "if" block.
  6. The "print" remains under the "else" in the first workspace, but is disconnected in the second workspace.

Stack trace

No response

Screenshots

No response

Browsers

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0