Bug 131437 - Document is added twice into "Recent Documents" list
Summary: Document is added twice into "Recent Documents" list
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Recent-Document-List
  Show dependency treegraph
 
Reported: 2020-03-20 10:15 UTC by Serge Krot (CIB)
Modified: 2023-10-03 19:12 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Krot (CIB) 2020-03-20 10:15:56 UTC
As adding document into "Recent Documents" list requires creation of the thumbnail of the first page, I assume disabling this operation during loading of the file could speed up loading process of the document (time gap between when user clicks on the document and really could start typing in it in LO).
Comment 1 Serge Krot (CIB) 2020-03-20 10:17:40 UTC
Initially document is added always during following document events:
- SfxEventHintId::OpenDoc
- SfxEventHintId::SaveDocDone
- SfxEventHintId::SaveAsDocDone
- SfxEventHintId::SaveToDocDone
- SfxEventHintId::CloseDoc
- SfxEventHintId::SaveAsDoc
Comment 2 ian 2020-03-20 11:57:50 UTC
Thank you for reporting this suggestion.

I have set the bug's severity to "enhancement."
Comment 3 Serge Krot (CIB) 2020-03-20 14:36:51 UTC
https://gerrit.libreoffice.org/c/core/+/90775