| Summary: | Extended help does not work in GtkToolButton items if the property "action_name" is set | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Gabor Kelemen (allotropia) <kelemeng> |
| Component: | UI | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aron.budea, caolan.mcnamara, ilmari.lauhakangas, olivier.hallot, xiscofauli |
| Priority: | medium | ||
| Version: | 5.4.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.3.0 target:6.2.0.1 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 108400 | ||
| Attachments: |
Screenshot of the problem in Calc side pane, help debug mode
Screenshot of the problem in the Spelling and Grammar dialog, help debug mode |
||
|
Description
Gabor Kelemen (allotropia)
2017-01-29 22:13:36 UTC
Created attachment 130754 [details]
Screenshot of the problem in the Spelling and Grammar dialog, help debug mode
Hi Gabor, Could you please explain how to display that ToolButton? OTOH, Do you still reproduce it on master ? (In reply to Xisco Faulí from comment #2) > Hi Gabor, > Could you please explain how to display that ToolButton? > > OTOH, Do you still reproduce it on master ? Hi 2, Yes I still see it. 1, I'm not sure I understand the question. You can read in the .ui files these objects with the shortened HID are GtkToolButton objects, this is the common pattern here: <object class="GtkToolButton" id="paste"> (at code pointer [3] in comment#1) Displaying the actual HID of the items? See here: https://wiki.documentfoundation.org/Documentation/Understanding,_Authoring_and_Editing_Openoffice.org_Help/4#Determining_A_Help_ID You need to export HELP_DEBUG=TRUE in ~/.bashrc and restart your environment to show them in the extended tip bubble. (In reply to Gabor Kelemen from comment #3) > You need to export HELP_DEBUG=TRUE in ~/.bashrc and restart your environment > to show them in the extended tip bubble. Or just launch from command line with HELP_DEBUG=TRUE libreoffice I enable extended tooltips in tools - options - libreoffice - general and I see the same result as in the screenshot. Arch Linux 64-bit Version: 6.2.0.0.alpha0+ Build ID: dbfa1c452fd9d02330cb3ec5bf2fd4f2c7782d1a CPU threads: 8; OS: Linux 4.17; UI render: default; VCL: gtk3; Locale: fi-FI (fi_FI.UTF-8); Calc: group threaded Built on June 25th 2018 Caolan, may be you will be interested? Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/429f80910484079e4ef10ca904710e40a14ed3c4%5E%21 Resolves: tdf#105602 fix extended help for non-dispatchable toolbox commands 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. backport to 6-2 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/454f6c11ec85dcbea849d3288963db632c90ff3f%5E%21 Resolves: tdf#105602 fix extended help for non-dispatchable toolbox commands 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. |