Project

General

Profile

Bug #3633

Web client is blocked if debug stack trace message with its owner alert message is displayed on trigger events

Added by Sergey Ivanovskiy almost 6 years ago. Updated almost 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
06/20/2018
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version:

History

#1 Updated by Sergey Ivanovskiy almost 6 years ago

If SESSION:DEBUG-ALERT is on, then the alert message box adds a new Help button to provide an access to the current stack trace dialog. Clicking this Help button opens the stack trace dialog and blocks the web client. It can be reproduced for this simple program

def var q1 as char label "ID".
def button s1 label "Find".

def frame f1 q1 s1 with side-labels.

enable all with frame f1.

on choose of s1 do:
  SESSION:DEBUG-ALERT = true.
  MESSAGE "Record not found!" VIEW-AS ALERT-BOX.
end.

wait-for close of this-procedure.

Also available in: Atom PDF