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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to