IS this Blockly file corrupt?

coparu67

Senior Member
EDITED
I think this is a bug because I can reproduce it from the begining.

New Blockly
Drop an IF-THEN-ELSE
Add ELSE-IF and ELSE-IF-AND/OR
Duplicate varA and fill hole (three times)
The third varA duplicate invalids the file



-----------
Hi
Could anybody check is this Blockly file is corrupt?

Open the file
Add to the main IF an else-if-and/or (between the else-if and the else)
Duplicate varA
Place varA in first hole
Duplicate varA
This second time, the file crashes.
 

Attachments

Last edited:

Technical

Technical Support
Staff member
It's a sub-block naming conflict between the two branch types, the workaround until we fix is to only use one type of branch (either all 'elseif' or all 'elseif and/or').

The xml file that was attached works fine.
 
Top