Description: In master branch (6.1.0.0 alpha), Help -> Content folders cannot be navigated by mouse but only by keyboard. This works perfectly in libreoffice-6-0 branch. Steps to Reproduce: - Open help viewer, press on "Contents" tab and click/double click on "Formulas" Actual Results: - Formulas (folder) does not expand. Expected Results: - Formulas (folder) should expand. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
confirm Version: 6.1.0.0.alpha0+ Build ID: 975884fbbc3f80a634258ee562037688a42027a9 CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; Locale: nl-BE (en_US.UTF-8); Calc: group Version: 6.1.0.0.alpha0+ Build ID: 1fbe46cf08f525e78016feef83f4c38b79b337ba CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2018-03-24_23:04:38 Locale: nl-BE (en_US.UTF-8); Calc: group
@kendy ??
I can't reproduce it in Version: 6.1.0.0.alpha0+ Build ID: 7e92a996d1588bdf2ff1e2df10220a0f57686cfb CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group
My previous comment was wrong, I can reproduce it in Version: 6.1.0.0.alpha0+ Build ID: 7e92a996d1588bdf2ff1e2df10220a0f57686cfb CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group
Regression introduced by: author Jan Holesovsky <kendy@collabora.com> 2018-03-01 12:13:53 +0100 committer Jan Holesovsky <kendy@collabora.com> 2018-03-01 15:41:13 +0100 commit 7651e57573952758032ceb88f16e2dbbb6cc4e18 (patch) tree f27c232b2213d534999dbaa96af41f350e20351c /svtools/source/contnr/treelistbox.cxx parent a4ed3d9a1ffa1b51ba4352a955c950235f099fdc (diff) tdf#115950: Indicate that the dialog was already destroyed. The DoubleClickHdl()'s return value does not mean "was handled", but actually "is there anything more to be done"; so if we actually destroy the dialog in the aDoubleClickHdl.Call(this), we have to return 'false Reverted locally. Adding Cc: to Jan Holesovsky probably the solution will be similar to https://cgit.freedesktop.org/libreoffice/core/commit/svtools/source/contnr/treelistbox.cxx?id=1b9af08481b8f7f4bd15a30508606dff56b8e74f
More probably like https://cgit.freedesktop.org/libreoffice/core/commit/?id=3af6be55ae1dabb1b72cbb4c57cca33c28b347f8 :-) Looking into this...
(In reply to Jan Holesovsky from comment #6) > More probably like > > https://cgit.freedesktop.org/libreoffice/core/commit/ > ?id=3af6be55ae1dabb1b72cbb4c57cca33c28b347f8 > > :-) Looking into this... Yep, that's the one I reverted locally.
Jan Holesovsky committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=36ad635381f9ea297bfbc6ed3e171ec8a5f0f785 tdf#116628: Fix expanding the entries in Help's Contents tab. It will be available in 6.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.
Fixed now; I wonder how could we catch all the other potential cases we did not get reports about yet...