[Libreoffice-bugs] [Bug 134387] New: "LibreOffice Document Recovery" dialog appears even when there is no document to recover
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jun 29 11:02:09 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134387
Bug ID: 134387
Summary: "LibreOffice Document Recovery" dialog appears even
when there is no document to recover
Product: LibreOffice
Version: 7.1.0.0.alpha0+ Master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: gerald at pfeifer.com
Created attachment 162503
--> https://bugs.documentfoundation.org/attachment.cgi?id=162503&action=edit
Screenshot of "empty" crash dialog
How to reproduce:
1. Invoke LibreOffice via the command line specifying a document that
makes LibreOffice crash.
2. Observe how the "LibreOffice Document Recovery" dialog appears, even
though no document has been nominally opened.
3. In particular note how the "The following files will be recovered"
list is empty.
I cannot reproduce this directly any longer, since the original issue (of
LibreOffice choking on a presentation) has been fixed. In terms of pseudo
code, the patch probably should look something like the following:
- openDocumentRecoveryDialog();
+ if ( globalstate.documentList.size() > 0 ) {
+ openDocumentRecoveryDialog();
+ }
--
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/20200629/0a0a7fc8/attachment.htm>
More information about the Libreoffice-bugs
mailing list