Description: After opening an *.ott with some input lists inside only the first dialog appears. After selecting an item in the first dialog with an doubleclick, the dialog will be closed but no dialog for the next input list appears. Steps to Reproduce: 1. Opening an *.ott with some input lists 2. dialog for the first input list opens 3. selecting the item with a doubleclick Actual Results: The dialog will be closed but the dialog for the next input list doesn't appear. Expected Results: After doubleclicking the item, the dialog will be closed and the next dialog will appear.(as in all former versions) Reproducible: Always User Profile Reset: No Additional Info: It is a regression User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299
Created attachment 138073 [details] ott with two input lists inside
Can confirm this: Windows 10, 64 bit, Lo 6.0.0.0Beta1, 64 Bit - doubleclick close the dialog immediately. Compare with LO 5.4.3 64 bit, same machine and LO 5.3.1, Win 10 64 Bit: - in both programms a double click enter the value and step to the next list.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still exists until: Version: 6.2.0.0.beta1 (x64) Build-ID: d1b41307be3f8c19fe6f1938cf056e7ff1eb1d18 CPU-Threads: 8; BS: Windows 10.0; UI-Render: Standard; VCL: win; Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE Calc: CL
The behaviour was reverted to the old behaviour in https://cgit.freedesktop.org/libreoffice/core/commit/?id=7d5245848c28f5786258476cd7aa2a4523645de3 however, in old versions previous to the changes for i33737 like Version: 4.1.0.0.alpha1+ Build ID: a2c9d4f8bbde97f175bae4df771273a61251f40 the doubleclick action didn't have any effect. I guess we should disable the doubleclick on the Choose item dialog in master
seems we have two sort of modes to that that dialog, one where we have next/previous buttons, and one where we don't. When we're in that multi-edit mode, I could see that double-clicking would auto progress to the next field.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/b4b213dc088fddbf4c2e34350828354e9262e4fa%5E%21 Resolves: tdf#114144 let double click advance to next if 'next' exists It will be available in 6.2.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/67806532c397d7fc7ea93224a020f1f734c04077%5E%21 Resolves: tdf#114144 let double click advance to next if 'next' exists It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.