Page 1 of 1

Blockly event doesn't save

Posted: Monday 07 December 2015 9:57
by WildeFA
I've made a blockly event which will not save. I don't get an "event saved" acknowledge and the browser doesn't respond for 10 seconds.
I've tried IE, Firefox and Chrome with a local connection. I'm using v2.3530. If I replace the 2 "level =" statements with 2 "on" statements then it saves normal.
What is wrong? What can be done?

Blockly event doesn't save. Bug in ïf then else" control

Posted: Thursday 10 December 2015 10:51
by WildeFA
I've found a workaround. I've split the event into 2 events. Instead of the "if then else" in one event, i've made two "if" events. It works perfect.

Re: Blockly event doesn't save

Posted: Thursday 03 November 2016 18:45
by Microler
I have exactly the same with latest stable release (v3.5837). A bug that survived several stable versions. Will try the workaround.

Re: Blockly event doesn't save

Posted: Thursday 03 November 2016 19:32
by Microler
I found out that adding an "else if" in combo with logic "=" or logic "set" is a bad combination to save the event.

Starting a new event drag "if Do Else If" to build field and add new "else if" blocks. Save event will work, no problem.
When adding a logic "=" to first If. Event will not save. Remove logic "=" to bin. Save event will work.
Adding a logic "set" to first if. Event will not save. Remove logic "set" to bin. Save event will work.

Adding a logic "and" to first if. Event will save with no problem.
Adding other logic, time or user variables and the event will save. When adding a logic "set" or "=" and it's over, the event stops from saving!
You don't get an "event saved" acknowledge anymore.

I hope this is usefull info for the developers to fix this nasty bug.

Re: Blockly event doesn't save

Posted: Friday 11 November 2016 20:06
by Microler
Tested with new stable release (v3.5877). But still a no go. You don't get an "event saved" acknowledge anymore.