Another severe error when scripts are Saved !!!!

Another severe error when scripts are Saved !!!!

Just as I was developing a workaround the ZOHO defect previously posted here  https://help.zoho.com/portal/en/community/topic/choices-in-checkbox-field-get-truncate-in-deluge-script ... I found another error with the way ZOHO Creator's Save Script ... if I have a script of the kind ...
  1. abc = "qwerty ";
  2. if (abc  ==  "qwerty ")
  3. {
  4.     abc = "asdf123";
  5. }
... then Save it, navigate away from it and return to it ... the script is changed to ...

  1. abc = "qwerty ";
  2. if (abc  ==  "qwerty")
  3. {
  4.     abc = "asdf123";
  5. }
Note that the trailing space in the if (...) command is dropped by ZOHO Creator.

Quality Assurance with ZOHO Creator ... a weak point these past few years ... seems to be reaching new lows ... this is the 4th defect being reported in less than a week !!!!

Please advise me when you will fix this defect.
 

Gaev