https://bugs.freedesktop.org/show_bug.cgi?id=88448

            Bug ID: 88448
           Summary: MsgBox is not reentrant; calls while already executing
                    are ignored
           Product: LibreOffice
           Version: 3.5.4 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected]
            Blocks: 88092

Created attachment 112273
  --> https://bugs.freedesktop.org/attachment.cgi?id=112273&action=edit
reproduction example

+++ This bug was initially created as a clone of Bug #88092 +++

1. Open reproduction example, allowing macros.

2. Open form "FormSlowFast".

Here execution of PriorToReset is preempted by execution of
Main while the MsgBox of PriorToReset is showing.

The result is that Main executes completely
(as is shown by the mention "EXIT main" in the document)
*but* its MsgBox is never shown. It is just silently ignored.

Compare:
 FormFastSlow: both MsgBoxes are shown
 FormSlowSlow: both MsgBoxes are shown
 FormFastFast: only "PTR" MsgBox is shown, as with FormSlowFast

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to