[Libreoffice-bugs] [Bug 122355] HELP button in Format Cells no longer opens help on Format Cells (it opens top of Help)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Feb 15 22:24:09 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=122355

--- Comment #2 from Olivier Hallot <olivier.hallot at documentfoundation.org> ---
Cause: The URL passed to the Help system *with the dialog Help button* has
changed and is wrong.

For the Calc Format cell dialog, the URL passed to the Help system *with the
Help button* is always

file:///home/tdf/git/core/instdir/help/index.html?Target=scalc/modules/scalc/ui/formatcellsdialog/help&Language=pt-BR&System=UNIX&Version=6.3

independent of the tab displayed in the dialog. Since there is no page with
bookmark

Target=scalc/modules/scalc/ui/formatcellsdialog/help

the default page is open, which is the Module Help main entry page.

Not passing the actual tab displayed in the dialog with the dialog Help button,
all tabs will open the default page, breaking the Help system.

It happens with many other dialogs, including Writers Paragraph dialog.

With Writer's Format Paragraph dialog, the URL sent to the Help system is 

file:///home/tdf/git/core/instdir/help/index.html?Target=swriter/modules/swriter/ui/paradialog/help&Language=pt-BR&System=UNIX&Version=6.3

which also shows an inexistant bookmark within the Help pages:

Target=swriter/modules/swriter/ui/paradialog/help

But, if the same dialog Help is invoked with F1 key, then the right URL is sent
to the Help system:

file:///home/tdf/git/core/instdir/help/index.html?Target=swriter/cui/ui/textflowpage/checkAuto&Language=pt-BR&System=UNIX&Version=6.3

Target=swriter/cui/ui/textflowpage/checkAuto

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190215/170f0bce/attachment-0001.html>


More information about the Libreoffice-bugs mailing list