Bug 157045 - Dialog hangs on pressing OK in justinvoice.ots (from LO extensions download)
Summary: Dialog hangs on pressing OK in justinvoice.ots (from LO extensions download)
Status: RESOLVED DUPLICATE of bug 156967
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.6.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks:
 
Reported: 2023-08-31 21:07 UTC by Justin L
Modified: 2023-09-01 13:30 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
justinvoice.ots: http://extensions.libreoffice.org/assets/downloads/z/justinvoice.ots (23.51 KB, application/vnd.oasis.opendocument.spreadsheet-template)
2023-08-31 21:07 UTC, Justin L
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin L 2023-08-31 21:07:08 UTC
Created attachment 189297 [details]
justinvoice.ots: http://extensions.libreoffice.org/assets/downloads/z/justinvoice.ots

Starting in LO 7.6, the justinvoice.ots template doesn't work any more.

Steps to reproduce after downloading justinvoice.ots:
-open document with Tools - Options - Security - Macro Security at <= Medium
-press the "Make new invoice" button - a dialog pops up.
-enter an abbreviation and press OK: LO hangs

This is fixed by reverting to the following 7.6 commits:

Dialog doesn't pop up at all starting with
commit ba4191ff0de05334ba32b53a09ad992710f03f9d
Author: Noel Grandin on Mon Jan 30 21:48:53 2023 +0200
    osl::Mutex->std::mutex in ImplEventAttacherManager

with was fixed by Dialog opens again:
commit 944d855f2fb4eb2a50c0e678c4fe51eb93e4e567
Author: Noel Grandon Wed Feb 15 11:24:49 2023 +0200
    tdf#153611 Opening dialog via macro no longer works


The same problem is seen with the more advanced invoicer https://extensions.libreoffice.org/fr/extensions/show/justinvoice-simple-automatic-invoice-generation

Adding CC: to Noel Grandin
Comment 1 Noel Grandin 2023-09-01 11:32:47 UTC
With current master, the test procedure works for me
Comment 2 Justin L 2023-09-01 13:30:13 UTC
Fixed in 7.6.2 by commit b9d9f9ee71464425a52c5798503840b106b210bc	
author	Noel Grandin on Thu Aug 31 15:20:41 2023 +0200
    tdf#156967 cal basic, CSV import macro crashes

*** This bug has been marked as a duplicate of bug 156967 ***