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

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jan 18 11:51:43 UTC 2021


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

--- Comment #7 from Caolán McNamara <caolanm at redhat.com> ---
The "waiting state" is set in dbaccess/source/ui/app/AppControllerGen.cxx in
OApplicationController::openDialog the ctor of the a WO weld::WaitObject and
persists until its dtor.

This is currently meant to be a modal dialog and it should have it modal bit
set (https://gerrit.libreoffice.org/c/core/+/109540 to do that). In
contemporary code if we wanted it to be a modeless dialog we'd unset its modal
bit and instead of call Dialog::run we'd have to call runAsync instead.

-- 
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/20210118/b0999b10/attachment.htm>


More information about the Libreoffice-bugs mailing list