Project

General

Profile

Bug #662

Javascript alert boxes don't work properly when in the AOZ viewer.

Added by Brian Flanagan about 3 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
High
Target version:
-
Start date:
02/12/2021
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

The alert() should be modal, but processing continues when in the AOZ Viewer.
Note that when using "Run in Browser", they work properly.

Example:

C=0
Do
    Inc C
    { alert(this.vars.C) }
    ' The alert above SHOULD wait for the OK button!
    ' Every time C is incremented, you SHOULD have to click OK before processing continues.
    ' Instead C is just continually incremented with no wait for the click.
    Wait Vbl
Loop

Also available in: Atom PDF