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

            Bug ID: 137356
           Summary: Files can be opened twice when opened quickly
           Product: LibreOffice
           Version: 5.3.0.3 release
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Keywords: bibisected, bisected, regression
          Severity: minor
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Normally, this can be reproduced by quickly double-clicking twice on a
document. It will open in two separate windows (two separate editing instances,
file editable in both), while it should only be opened once.

Another reproducer: ./soffice file.odt & ./soffice file.odt

For comparison: ./soffice file.odt & (sleep 1; ./soffice file.odt)
This will open the document only once, as expected.

This is a regression from the following commit, ported from AOO, related to bug
38915. Before that, only one window was opened in both scenarios.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=74ac65c49cc1d53b1aa93c2b7c720255867aace2
author          Andrea Pescetti <[email protected]>   2016-09-06 19:13:44
+0000
committer       Stephan Bergmann <[email protected]>  2016-09-21 10:11:29
+0200

#i114963# Enable IPC before OpenClients to allow client connections when
printing.

-- 
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