https://bugs.documentfoundation.org/show_bug.cgi?id=157915

--- Comment #10 from Noel Grandin <noelgran...@gmail.com> ---
So I have a fix for part of this, the part the Isatis34 reported, and which
primarily shows up on windows.

However, on Linux, when testing with the test document kindly supplied by
Alain, we have another problem: So the about dialog is async. But the message
box is not. Which means that, depending on timing, the AboutDialog could end up
above the message box, even though the message-box run loop is top of stack.
And I cant make the message box async, because the basic evaluation loop is
synchronous, and expects the message box to be done, when the message box
function returns.

So even though I have fixed the original problem, the test macro is still going
to freeze LO on Linux, and that is something I cannot fix - that is a broader
problem  that will affect the interaction of any asynchronous dialog and a
Basic message box.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to