Bug 149321 - F1 (Help) Table > Size does not link to relevant page
Summary: F1 (Help) Table > Size does not link to relevant page
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
7.4.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Rafael Lima
URL:
Whiteboard: target:24.2.0
Keywords:
Depends on:
Blocks: Help-Link
  Show dependency treegraph
 
Reported: 2022-05-26 13:55 UTC by sdc.blanco
Modified: 2023-07-26 21:30 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Suthagar 2022-06-02 14:10:35 UTC
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!
Comment 2 sdc.blanco 2022-06-02 15:28:08 UTC
(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
Comment 3 Olivier Hallot 2022-06-18 15:03:11 UTC
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.
Comment 4 Commit Notification 2023-07-26 13:57:44 UTC
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