Page 1 of 1

WebHelp footnotes not working

Posted: Tue Oct 21, 2014 10:41 pm
by rdelong
Footnotes in our WebHelp output are not linking correctly. When I select the footnote link, the browser tries to open a new tab and never resolves the link.

I'm running the licensed WebHelp plugin from a CMS system, not locally.

Here's the URL that the browser trying to open (snipped)
http://.../admin_guide/html/refTopicl.html#fntarg_1

This is the html code:
<a name="fnsrc_1" href="#fntarg_1"><sup>1</sup></a>

And the target:
<div class="fn"><a name="fntarg_1" href="#fnsrc_1"><sup>1</sup></a>footnote text.</div>

Re: WebHelp footnotes not working

Posted: Wed Oct 22, 2014 5:40 pm
by sorin_ristache
Hi,

It was a bug that slipped in version 16.1. We will fix it shortly and include it probably in the next Oxygen 16.1 maintenance release. As a quick workaround you can run the WebHelp transformation in Oxygen 16.0 to avoid the bug, but I think I can give you a small code patch to fix the problem in your Oxygen 16.1 build probably by the end of this week.

Re: WebHelp footnotes not working

Posted: Wed Oct 22, 2014 5:53 pm
by rdelong
Thanks.

I have 15.1 installed, but more importantly, we are processing our books on a CMS. So, the patch fix would work better for our environment.

Re: WebHelp footnotes not working

Posted: Thu Oct 23, 2014 12:44 pm
by sorin_ristache
Hello,

I just sent you the code patch by email. Please let us know if it does not work for you.

Re: WebHelp footnotes not working

Posted: Sun Dec 07, 2014 8:05 pm
by kevin.lamb
Could I get a copy of that patch? We are using 15.2 and are experiencing the same issue, where footnote links attempt to open in a new tab and never resolve.

Thank you.

Re: WebHelp footnotes not working

Posted: Mon Dec 08, 2014 12:22 pm
by sorin_ristache
Hello Kevin,

I sent you a code patch by email for the WebHelp footnote problem.