[Libreoffice-bugs] [Bug 141883] Windows File Dialog hangs app when searching in 2 dialogs

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat May 1 06:14:39 UTC 2021


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

Matt K <mattkse at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|libreoffice-bugs at lists.free |mattkse at gmail.com
                   |desktop.org                 |

--- Comment #2 from Matt K <mattkse at gmail.com> ---
(In reply to Mike Kaganski from comment #1)
> I guess we could use something similar to
> https://gerrit.libreoffice.org/c/core/+/112370, and have it conditionally
> use the new API on newer Windows?

Unfortunately the new APIs don't allow customization of the file dialog, so
there would be no options like "Save with password" on the Save dialog.

I did find that the MFC class CFileDialog can run on its own thread and can
cancel a long-running search operation without crashing, and it allows the same
existing customization of the file dialog.  So, I will convert the code to use
MFC, which adds a new dependency to a package that you have to manually install
in Visual Studio 2019.  Please let me know if there would be any concerns with
this approach.

-- 
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/20210501/c10dc4fa/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list