Navtitle within Topicgroup Adds Anchor in Webhelp Output

Post here questions and problems related to editing and publishing DITA content.
shealy
Posts: 3
Joined: Thu Jan 23, 2020 10:43 pm

Navtitle within Topicgroup Adds Anchor in Webhelp Output

Post by shealy »

Hello,
When generating webhelp responsive output, we noticed that, in the left navigation area, an anchor tag wraps the <navtitle/> content (e.g., Creation) in the resulting webhelp HTML (capture below). We'd like is to see the value of <navtitle/> in the left nav; however, we'd prefer its content not link at all. When we output to HTML5, the <navtitle/> content displays without an anchor (capture below), as we'd like it.

With regards to this <navtitle/>, how do we reconfigure our source, or what is the best way to customize webhelp responsive behavior for this issue? (Also, it would be helpful to get feedback from you as to whether the added anchor tag in the webhelp output is a bug or by design.)

Thanks in advance.

Sean H.

Relevant Ditamap Source:
.....
<topicgroup>
<topichead>
<topicmeta>
<navtitle>Creation</navtitle>
</topicmeta>
<!-- Categories -->
<topicgroup>
<topicref href="topics/concept/settings-categories.dita" navtitle="Categories"
locktitle="yes" type="concept" format="dita" keyscope="ui">
....
image.png
image.png (3.99 KiB) Viewed 943 times
image.png
image.png (3.37 KiB) Viewed 943 times
Attachments
image.png
image.png (45.31 KiB) Viewed 943 times
ionela
Posts: 402
Joined: Mon Dec 05, 2011 6:08 pm

Re: Navtitle within Topicgroup Adds Anchor in Webhelp Output

Post by ionela »

Hi,

Thank you for your feedback.
In the current implementation of the oXygen XML WebHelp this is the intended behavior and unfortunately, it cannot be changed (when the topichead is selected the first child is opened).
I have added your feedback as an improvement request to our issue tracking tool to be further analyzed by our development team.

Regards,
Ionela
Ionela Istodor
oXygen XML Editor and Author Support
shealy
Posts: 3
Joined: Thu Jan 23, 2020 10:43 pm

Re: Navtitle within Topicgroup Adds Anchor in Webhelp Output

Post by shealy »

Thanks for your reply, Ionela.

And just to underscore the issue... From the readers' POV, they may think they've clicked the wrong link or that links are not targeting correctly in the list b/c the navtitle appears the same as all the other links.

Best,

Sean H.
Post Reply