In Writer, Table > Size, press F1 Actual: https://help.libreoffice.org/7.4/en-US/text/shared/05/err_html.html?System=WIN&DbPAR=WRITER&HID=slot:0 Expected: https://help.libreoffice.org/7.4/en-US/text/swriter/main0110.html?DbPAR=WRITER (and to the "Size" section)
Version: 7.4.0.0.alpha1+ / LibreOffice Community Build ID: f2d2334b032780d97f7a95aacb8283008e91c529 CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: en-IN (en_IN); UI: en-US Calc: threaded OS : Linux mint 20.3 :5.4.0-113-generic Steps to Reproduce:- 1.Open Libreoffice witer. 2.Create Table and see Table-->Size Option enabled 3.Press F1 to help online. Actual Result: https://help.libreoffice.org/7.4/en-US/text/shared/05/new_help.html?System=UNIX&DbPAR=WRITER&HID=.uno:HelpIndex#bm_id3806162 Working fine!
(In reply to Suthagar from comment #1) > Actual Result: > > https://help.libreoffice.org/7.4/en-US/text/shared/05/new_help. > html?System=UNIX&DbPAR=WRITER&HID=.uno:HelpIndex#bm_id3806162 > Working fine! This test goes to the "homepage" for help. It does not produce the expected result. @Suthagar Try these two sequences from menubar. No need to insert a table. The first works as expected. The second does not. Table > Insert Table , press F1 Actual and Expected: https://help.libreoffice.org/7.4/en-US/text/simpress/01/04080100.html?DbPAR=WRITER&HID=.uno:InsertTable#bm_id619220 Table > Size , press F1 Expected: https://help.libreoffice.org/7.4/en-US/text/swriter/main0110.html?DbPAR=WRITER
The uno command is .uno:TableAutoFitMenu as found in line 629 of sw/uiconfig/swriter/menubar/menubar.xml . 1) There is no Help page to receive this command. 2) furthermore, for some reason, the command is not sent to the Help, "slot0" is sent instead -> check the .uno:TableAutoFitMenu code.
Rafael Lima committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/92e7259e70677f4aa6bdd6c43643b8dbbbc6e08d tdf#149321 Add HIDs for the Table menu