<?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 - Scrolling index or glossary to end generates error on Mac</title>
    <link>https://forums.adobe.com/community/robohelp/robohelp_webhelp?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 09 Oct 2014 13:11:52 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-09T13:11:52Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Scrolling index or glossary to end generates error on Mac</title>
      <link>https://forums.adobe.com/message/6808455?tstart=0#6808455</link>
      <description>&lt;!-- [DocumentBodyStart:4db65e8f-1f4c-4a5b-a1d2-7b2bb07e8106] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I cannot speak to this specific request, but at least for my issue &lt;a class="jive-link-message-small" data-containerId="2254" data-containerType="14" data-objectId="6695236" data-objectType="2" href="https://forums.adobe.com/message/6695236#6695236"&gt;Is Webhelp generated from Robohelp 11 supported on Mac?&lt;/a&gt; I did find a manual fix for the Index (I do not use a glossary in our help system). The manual fix was to remove the following code from whhost.js file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; if(!gbScrl&amp;amp;&amp;amp;gbMac)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; while(document.body.scrollTop!=oldScrollPos)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.body.scrollTop=oldScrollPos;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So that seemed to fix the problem, but I'm just a bit hesitant to make manual changes because I never know what else a manual change might affect. Just going on logic, I would guess that gbMac means this will only have any affect on Mac systems anyway, but yeah I guess I'm still paranoid about manual changes.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I will certainly take your advice though and log the bug.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4db65e8f-1f4c-4a5b-a1d2-7b2bb07e8106] --&gt;&lt;img src='/beacon?t=1415927201301' /&gt;</description>
      <pubDate>Thu, 09 Oct 2014 13:11:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6808455?tstart=0#6808455</guid>
      <dc:date>2014-10-09T13:11:52Z</dc:date>
      <clearspace:dateToText>1 month 5 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Scrolling index or glossary to end generates error on Mac</title>
      <link>https://forums.adobe.com/message/6808209?tstart=0#6808209</link>
      <description>&lt;!-- [DocumentBodyStart:31b5ae84-d710-4b29-95c1-418575fc3e85] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You can always try a manual change to see whether if fixes anything. If it does, you may be saved. Please also report any issues to Adobe. They can only fix bugs if they know about it: &lt;a class="jive-link-external-small" href="https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&amp;amp;loc=en" rel="nofollow"&gt;https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&amp;amp;loc=en&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Willam&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:31b5ae84-d710-4b29-95c1-418575fc3e85] --&gt;</description>
      <pubDate>Thu, 09 Oct 2014 12:11:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6808209?tstart=0#6808209</guid>
      <dc:date>2014-10-09T12:11:49Z</dc:date>
      <clearspace:dateToText>1 month 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Scrolling index or glossary to end generates error on Mac</title>
      <link>https://forums.adobe.com/message/6796470?tstart=0#6796470</link>
      <description>&lt;!-- [DocumentBodyStart:27271856-dcb5-4f69-9718-55a3adbe513e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This sounds similar to my issue &lt;a class="jive-link-message-small" data-containerId="2254" data-containerType="14" data-objectId="6695236" data-objectType="2" href="https://forums.adobe.com/message/6695236#6695236"&gt;Is Webhelp generated from Robohelp 11 supported on Mac?&lt;/a&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As noted in my post, I found the code in whhost.js that is causing the problem, but I do not know if removing the code manually is safe to do as manual changes to .js files always concern me. It would be great if there was some sort of patch or more official solution, but I have not found or received such a solution. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:27271856-dcb5-4f69-9718-55a3adbe513e] --&gt;</description>
      <pubDate>Mon, 06 Oct 2014 19:33:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6796470?tstart=0#6796470</guid>
      <dc:date>2014-10-06T19:33:29Z</dc:date>
      <clearspace:dateToText>1 month 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Scrolling index or glossary to end generates error on Mac</title>
      <link>https://forums.adobe.com/message/4687781?tstart=0#4687781</link>
      <description>&lt;!-- [DocumentBodyStart:6584fd7d-6fbf-47b0-b0ba-7fe5ceb3511e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I view my published WebHelp on a Mac (Safari or Firefox), and scroll to the bottom of the index or glossary, I get a "Slow Script" or "Unresponsive Script" error and it locks up. I have no issues on the PC. Any idea what may be causing this? Without a solution, I'm forced to generate my Help files without an index or glossary. (To generate WebHelp, I am using RoboHelp linked to a source FrameMaker book - I have Technical Communication Suite 3). &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6584fd7d-6fbf-47b0-b0ba-7fe5ceb3511e] --&gt;</description>
      <pubDate>Mon, 10 Sep 2012 20:06:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4687781?tstart=0#4687781</guid>
      <dc:date>2012-09-10T20:06:48Z</dc:date>
      <clearspace:dateToText>2 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

