Robohelp - TOC не работает в Chrome - PullRequest
0 голосов
/ 20 сентября 2011

Когда я пытаюсь просмотреть оглавление (TOC) в Интернете в Google Chrome, сгенерированном с помощью Robohelp, содержание TOC не отображается на левой панели.

Подскажите пожалуйста, как решить проблему.

Ответы [ 2 ]

1 голос
/ 01 марта 2018

Я решил эту проблему, загрузив самую последнюю версию Adobe Robohelp 10. Я изменил соответствующие файлы в соответствии со следующим сайтом: https://helpx.adobe.com/robohelp/kb/webhelp-issues-robohelp-versions-10.html

Следовал следующим инструкциям Питера Грейнджа на https://forums.adobe.com/thread/2185300?start=40&tstart=0:

Open the following folder <install dir>\RoboHTML\WebHelp5Ext\template_stock
Create a backup copy for the following file whthost.js
Copy the original to a folder outside of Program Files.
Open the file whthost.js in a text editor with line numbering such as Notepad++.
In line 872 (RoboHelp 2015 and 2017) or line 868 (RoboHelp 10 and 11) change the following line from
sText = sText.replace("\n", "");
to
sText = sText.replace(/\n/g, "");
Save the edited file and copy it back to <install dir>\RoboHTML\WebHelp5Ext\template_stock overwriting the original

И регенерируем проект.

0 голосов
/ 31 августа 2012

Попробуйте запустить Chrome, добавив --allow-file-access-from-files к цели.

...