[Libreoffice-bugs] [Bug 66813] Tools / SQL dialog is modal

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jan 19 09:21:19 UTC 2021


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

--- Comment #10 from Caolán McNamara <caolanm at redhat.com> ---
FWIW the WaitObject is there since

commit 85afff9c65f3b312c1d39f15b89536b9d33beba0
Author: Jens-Heiner Rechtien <hr at openoffice.org>
Date:   Mon Aug 2 14:28:39 2004 +0000
    INTEGRATION: CWS insight01 (1.1.2); FILE ADDED

which is somewhat unhelpful. Typically a WaitObject is used when some slow task
is underway to indicate its "doing something". The use in
OApplicationController::refreshTables follows that pattern and that one makes
sense. Doing the "busy" while a dialog is open indeed unusual. Maybe its a cut
and paste from the other function, or maybe the "busy" period should only exist
until the "execute" of the dialog, though the dialog setup surely isn't so
special vs all other dialogs that it needs a "busy" pre-execute period.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210119/c3d7a3d7/attachment.htm>


More information about the Libreoffice-bugs mailing list