<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - RH11: Glossary and Index do not display in generated output</title>
    <link>https://forums.adobe.com/community/robohelp/robohelp_htmlhelp?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 25 Jun 2014 01:49:23 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-06-25T01:49:23Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: RH11: Glossary and Index do not display in generated output</title>
      <link>https://forums.adobe.com/message/6493842?tstart=0#6493842</link>
      <description>&lt;!-- [DocumentBodyStart:efbbc9f9-92c3-44fd-92cf-3a802b860d2a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Rick,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My developer has located the issue. It was an &lt;strong&gt;error&lt;/strong&gt; in the &lt;strong&gt;RH update - 11.0.1&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I have reported it to Adobe and provided them with the fix, but in the meantime, if anyone else needs to fix this, here is the solution: (My Glossary and Index are now functioning as they should be...Woohoo!!!)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the toctree.js file, which is located within the `ResponsiveHelpExt` widget folder, there was a "Hack" implemented on line 883:&lt;/p&gt;&lt;p&gt;"if (showHideButton.getAttribute("class").indexOf("buttonClosed") == -1)"&lt;/p&gt;&lt;p&gt;This was causing an exception in the script due to `showHideButton` being undefined. Which was causing an issue in displaying the glossary and index.&lt;/p&gt;&lt;p&gt;Changing the script to the below seems to resolve the issue, but this is without knowing the context of what this hack was put in for.&lt;/p&gt;&lt;p&gt;"if (showHideButton != null &amp;amp;&amp;amp; showHideButton.getAttribute("class").indexOf("buttonClosed") == -1)"&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:efbbc9f9-92c3-44fd-92cf-3a802b860d2a] --&gt;&lt;img src='/beacon?t=1415926283329' /&gt;</description>
      <pubDate>Wed, 25 Jun 2014 01:49:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6493842?tstart=0#6493842</guid>
      <dc:date>2014-06-25T01:49:23Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: RH11: Glossary and Index do not display in generated output</title>
      <link>https://forums.adobe.com/message/6493483?tstart=0#6493483</link>
      <description>&lt;!-- [DocumentBodyStart:734ad580-6aae-4c5d-8147-5c37c7591552] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Rick,&lt;/p&gt;&lt;p&gt;I'm using IE 10, Version 10. And everything was working fine until I started deleting the extra glossaries and indexes I had in my project. I have been generating locally, then when I get to a point where I'm satisfied with my changes, I generate to the server. I wasn't having a problem with this until I deleted those files. Although I have imported the glossary and index back into the project, still nothing. Now, even if I pull up an older version of this same project, the glossary and index are now gone from that too. I'm assuming that everything must be linked, but I can't figure out what I'm missing. Generating to Chrome has the same issues. I had one of my developers look at it yesterday, and he thinks there is some file missing somewhere that RH11 needs to generate the glossary and index. What file would I be missing? The .glo and the HHK files are in the project. I really need to upload this for the client, so any help you can give me is much appreciated.&lt;/p&gt;&lt;p&gt;I read on one of the forums that I should have this ticked in the Optimization Settings for Responsive HTML:&amp;nbsp; &lt;span lang="EN" style="color: #333333; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ansi-language: EN; mso-fareast-language: EN-AU; mso-bidi-language: AR-SA;"&gt;"Limit the scope of project styles only to topic contents". I did that and it caused all kinds of other issues.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span lang="EN" style="color: #333333; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ansi-language: EN; mso-fareast-language: EN-AU; mso-bidi-language: AR-SA;"&gt;On Monday I updated to RH 11.0.1 - would there be an issue with that? Is it a dll issue?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span lang="EN" style="color: #333333; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ansi-language: EN; mso-fareast-language: EN-AU; mso-bidi-language: AR-SA;"&gt;Thanks Rick,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span lang="EN" style="color: #333333; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ansi-language: EN; mso-fareast-language: EN-AU; mso-bidi-language: AR-SA;"&gt;Pam&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:734ad580-6aae-4c5d-8147-5c37c7591552] --&gt;</description>
      <pubDate>Tue, 24 Jun 2014 22:22:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6493483?tstart=0#6493483</guid>
      <dc:date>2014-06-24T22:22:17Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: RH11: Glossary and Index do not display in generated output</title>
      <link>https://forums.adobe.com/message/6493403?tstart=0#6493403</link>
      <description>&lt;!-- [DocumentBodyStart:c421c27e-538c-4ce1-9ab3-730ed52852dd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Where exactly is the output when you try to view it? Is it on a web server that is your company intranet? Or is it on your local C drive?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What browser and version of the browser are you using? For example, Internet Explorer 9.blah blah blah...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does the same thing occur if you try using a different browser? For example, if you are using IE, try Firefox or Google Chrome. Any difference?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'd also encourage you to file a Bug Report at the following link:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.adobe.com/go/wish" rel="nofollow"&gt;http://www.adobe.com/go/wish&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers... Rick &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c421c27e-538c-4ce1-9ab3-730ed52852dd] --&gt;</description>
      <pubDate>Tue, 24 Jun 2014 22:03:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6493403?tstart=0#6493403</guid>
      <dc:date>2014-06-24T22:03:46Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RH11: Glossary and Index do not display in generated output</title>
      <link>https://forums.adobe.com/message/6490096?tstart=0#6490096</link>
      <description>&lt;!-- [DocumentBodyStart:963e9fa8-d0d0-47c3-9ef5-188719f34d0e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;I am having such a tough time with RoboHelp. My current issue is the glossary and index not appearing in the generated output. They used to. However, yesterday I thought I should go in and clean out all the junk in my project, i.e. I had about 5 glossaries and 5 indexes because I was testing things out. I made sure I didn't delete the populated glossary and index, but by the end of the day, they were both gone. So, I located these again from a backup and imported them back into my current project. Everything is there...all my terms and definitions, the index and the links...blah blah. &lt;strong&gt;NOTE: Everything is there, but I was required to block it out due to privacy issues.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6490096-648808/glossary_index_gone.png"&gt;&lt;img alt="glossary_index_gone.png" class="jive-image image-1" height="450" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6490096-648808/glossary_index_gone.png" style="width: 620px; height: 351px;" width="795"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;However, this is how it now displays when I generate:&amp;nbsp; Why won't this populate?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Thanks,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Pam&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6490096-648839/glossary_index_gone2.png"&gt;&lt;img alt="glossary_index_gone2.png" class="jive-image image-2" height="235" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6490096-648839/glossary_index_gone2.png" style="height: auto; max-width: 620px;" width="795"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:963e9fa8-d0d0-47c3-9ef5-188719f34d0e] --&gt;</description>
      <pubDate>Tue, 24 Jun 2014 04:55:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6490096?tstart=0#6490096</guid>
      <dc:date>2014-06-24T04:55:58Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

