Robohelp 中的 Webhelp window 没有获得焦点
Webhelp window in Robohelp doesn't get focused
我使用的是试用版 RoboHelp 2015
,当我从网页中的链接打开 web-help
弹出窗口时,我遇到了一些问题。
我单击页面上的帮助,它会打开一个 web-help
作为弹出窗口或新选项卡,焦点位于该页面上。在一个场景中,我保持 window 打开并导航回主网站并做一些工作,在其他一些页面中,我单击帮助将相应的内容加载到 window 但没有得到关注。
不胜感激。
我不确定您是如何在网页中集成 webhelp 的。
如果您使用 RoboHelp_CSH.js 那么您可能需要修改
window.open(..., "__webCshStub", sParam);
到
window.open(..., "__webCshStub", sParam).focus();
或 set the focus of a popup window everytime
中建议的类似内容
您也可以记录案例@https://helpx.adobe.com/tech-comm-suite/customer-support.html
谢谢
阿米特·杰哈
我使用的是试用版 RoboHelp 2015
,当我从网页中的链接打开 web-help
弹出窗口时,我遇到了一些问题。
我单击页面上的帮助,它会打开一个 web-help
作为弹出窗口或新选项卡,焦点位于该页面上。在一个场景中,我保持 window 打开并导航回主网站并做一些工作,在其他一些页面中,我单击帮助将相应的内容加载到 window 但没有得到关注。
不胜感激。
我不确定您是如何在网页中集成 webhelp 的。 如果您使用 RoboHelp_CSH.js 那么您可能需要修改 window.open(..., "__webCshStub", sParam); 到 window.open(..., "__webCshStub", sParam).focus();
或 set the focus of a popup window everytime
中建议的类似内容您也可以记录案例@https://helpx.adobe.com/tech-comm-suite/customer-support.html
谢谢 阿米特·杰哈