Project

General

Profile

Bug #667

Multiple alerts in a row will only display the last 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/16/2021
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

Related to Bug #662

Only the last alert called will be displayed.

{ alert('alert 1'); }
{ alert('alert 2'); }
{ alert('alert 3'); }

The above code will ONLY display 'alert 3', since processing continues instead of waiting for the user action.

Also available in: Atom PDF