Created attachment 116895 [details] Web wizzard "hang" Try to use the Web-wizzard: multipe problems: 1. Selecting documents... if mark more then one document - prozess stops. no reactivation possible - need taskmanager tio stop LibO. 2. Rendering Problems Step 3 and 4 - see Bug #92403 3. Last Step (7): - Preview - nothing happend - need taskmanager to stop LibO - create - prozess stopps very early (see screenshot) - needs taskmanager to stop LibO So - unusable for users... OS: Win 8.1 64 bit , LibO 32 Bit Version: 5.0.0.1 Build-ID: 9a0b23dd0ab9652e0965484934309f2d49a7758e Gebietsschema: de-DE (de_DE)
If you create 2 brand documents (eg 2 odt files with just "test") and then you try to load them both, do you reproduce this? Indeed, on pc Debian x86-64 with master sources updated today, I don't reproduce this but it selects only 1 file. Just a remark for devs: Searching a bit, I found it was because list of files was always truncated to first element (see vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx) but considering http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/ui/dialogs/XFilePicker.idl#77, it seems it needs some work here
As discussed on the list - the file picker API there works as expected - modulo the documentation being wrong =)
Michael: the commit http://cgit.freedesktop.org/libreoffice/core/commit/?id=fb2889512adf7d08a4083235a2fdabe080b5c8fa should be just the beginning. Since now, we should use the other API to really be able to take into account several files. For the moment, when trying to pick more than 1 file, it just picks one on my case.
It's reproducible also with LO 4.3 using SAL_USE_VCLPLUGIN=gen. Traceback (most recent call last): File "/home/laci/m/bibisect/lo-linux-dbgutil-daily/opt/program/wizards/web/WWD_Events.py", line 249, in addDocument oLoadDocs = self.LoadDocs(self.xMSF, self.xUnoDialog, files, self) TypeError: __init__() missing 1 required positional argument: 'parent_'
*** Bug 92534 has been marked as a duplicate of this bug. ***
László: I submitted a patch to review, see https://gerrit.libreoffice.org/16756 Remark: with SAL_USE_VCLPLUGIN=gen, I can with this patch pick several files in the same time.
Julien Nabet committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f0d1a23759c1b973593bfba642d01fb3df3c269 tdf#92404: Web Wizard - no result / crash It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=bdc50ac10d5987b7d0545d765f4097c9246a2dc0&h=libreoffice-4-4 tdf#92404: Web Wizard - no result / crash It will be available in 4.4.6. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-5-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4f0f8a5c6860bde571ab8babc6559cfd638d6c3d&h=libreoffice-5-0 tdf#92404: Web Wizard - no result / crash It will be available in 5.0.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Since master is not generated, I'll ask: what is solved here, marking more than one document and/or freezing in last step? Is it related to Bug 76845 and Bug 76844?
Timur: I had a crash when using "SAL_USE_VCLPLUGIN=gen". This is fixed. Now, we obviously someone to test on Windows with this patch. According to the result of it, this bug may obviously be reopened.
*** Bug 76844 has been marked as a duplicate of this bug. ***