https://bugs.documentfoundation.org/show_bug.cgi?id=135935
--- Comment #15 from Rafael Lima <[email protected]> --- (In reply to Olivier Hallot from comment #14) > My take is that if no selection is made, the Help button will open a missing > Help page indicated by vcl/ui/wizard/Wizard, which is the ID of the outer > frame holding the service button row. On selecting a chart type (any chart > type, clicking in the inner dialog area), the ID changes to the inner dialog > contents which then points to the right Help page. > > Does it make sense? It seems plausible. I am using kf5 and when I click the Help button without selecting anything in the dialog I get redirected to: https://help.libreoffice.org/7.4/en-US/text/swriter/01/mailmerge00.html?System=UNIX&DbPAR=CHART&HID=vcl/ui/wizard/Wizard#bm_id1926107 which is where "vcl/ui/wizard/Wizard" is currently landing in LO 7.4. Clicking any element in the dialog fixes the problem (on kf5). It is important to note that this problem happens on kf5 and gen. Using gtk3 back-end this problem does not happen. I guess it has something to do with how "set_page_side_help_id" is implemented in: https://opengrok.libreoffice.org/xref/core/vcl/unx/gtk3/gtkinst.cxx#7427 And here: https://opengrok.libreoffice.org/xref/core/vcl/source/app/salvtables.cxx#1992 Also note that the Chart Wizard inherits from vcl::RoadmapWizardMachine. I believe this is no longer a Documentation bug, but instead a VCL bug. Can anyone confirm, please? -- You are receiving this mail because: You are the assignee for the bug.
