Responsive HTML: TOC embedded loop
Hi,
I am using the built in ‘Black’ theme (but I’ve tested some others too and they all behave the same way) to generate Responsive HTML help documentation for an application.
The default ‘target’ attribute for the TOC div (when viewing on a small screen so that the TOC is collapsed) it set to “_top” (in Index.html). In this state, when the user clicks on the TOC (or the index or glossary) button, it crashes the application.
To avoid this issue, we manually changed the attribute to “_self” and it doesn’t crash anymore.
However, we end of with this situation when we click on the TOC button in collapsed mode:

Each time the TOC is accessed, it reloads the entire page (including the title bar and the button bar.
Is there any way to modify this behaviour without having to change the ‘target’ attribute of these buttons to “_top” or “_blank”?
Thanks
