Icon View Incident Report

Serious Serious
Reported By: Mark Brooks
Reported On: 11/12/2012
For: Version 1.01 Build 2
# 3694 Try..Except Blocks in Case Condition Blocks Causes Incorrect Compiler Code Generation

The following code compiles but produces invalid JS that causes the browser to except:

case X of:
 Y:
    try
      // Do some stuff
    except
      // Handle an issue
    end;
 else
   // Do some other stuff
end;



Resolution Resolution
Fixed Problem on 11/12/2012 in version 1.01 build 3


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image