1. View - Toolbars - (hover over) Navigation 2. Press F1 Actual: 404 error Help ID: .uno:AvailableToolbars?Toolbar:string=navigationobjectbar Expected: relevant help page. https://help.libreoffice.org/24.2/en-US/text/swriter/01/02110100.html Additional: 3. Also tried with F1 from actual Navigation toolbar, with same lack of effect.
Actually, in View - Toolbars if you hover over any entry in the menu, no help page will be shown. Each of them have their own HID though. Can you confirm this?
BTW hovering on a menu entry and pressing F1 only works with "gen" (Linux) and "win"... it does not work with gtk3 nor kf5.
(In reply to Rafael Lima from comment #1) > Can you confirm this? Yes, as generalised from the four additional cases that were tested, where Help ID always starts: uno:AvailableToolbars?Toolbar:string= and toolbar identifier is shown after "=". Tested with: Toolbar Name identifier Standard standardbar Bullets and Numbering numobjectbar Find findbar (custom toolbar) custom_toolbar_53335f2b Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 693411e60c6bbd1c2ef25490cc3902f6b2461682 CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win Locale: da-DK (da_DK); UI: en-US Calc: CL threaded
So I shall confirm.
Rafael Lima committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/a31551f0c593fc33f59afca3f8bdb8d1a4473912 tdf#156332 Fix HID in View - Toolbars (Writer)
I am closing this bug as FIXED, since the original request is now fixed. However, there's still work to be done in creating missing help pages for toolbars.
(In reply to Rafael Lima from comment #6) > I am closing this bug as FIXED, since the original request is now fixed. I just tested this for the Navigation toolbar, with the gen VCL plugin, and I think there's two issues: 1. Pressing F1 when hovering the menu item leads to: https://help.libreoffice.org/24.8/en-US/text/shared/05/err_html.html?System=UNIX&DbPAR=WRITER&HID=.uno:AvailableToolbars%3FToolbar:string=navigationobjectbar according to your patch: https://opengrok.libreoffice.org/diff/help/source/text/swriter/01/02110100.xhp?r1=%2Fhelp%2Fsource%2Ftext%2Fswriter%2F01%2F02110100.xhp%4077cb682c&r2=%2Fhelp%2Fsource%2Ftext%2Fswriter%2F01%2F02110100.xhp%40a31551f0 ...it should lead to: https://help.libreoffice.org/latest/en-GB/text/swriter/01/02110100.html (In reply to sdc.blanco from comment #0) > Expected: relevant help page. > https://help.libreoffice.org/24.2/en-US/text/swriter/01/02110100.html 2. ... and that's the second issue: the above page documents the use of Navigate By (.uno:NavElement) and its arrows (.uno:ScrollToPrevious and .uno:ScrollToNext), available in the Navigator sidebar deck. The Navigation toolbar should instead be linked to /text/swriter/navigate_toolbar.xhp
Dione Maddern committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/ad12e6e2b68b89d95e1fa92a8905348523ae8ec2 tdf#156332 Fix broken links to Navigator and Navigation Toolbar help pages