最新的Google Chrome和Opera稳定版不支持XPAGES?

Hed*_*nto 1 xpages

当我尝试从新创建的NSF数据库刷新简单的XPAGES页面时,我发现最新稳定的Google Chrome和Opera出现了错误

这是代码:

 <?xml version="1.0" encoding="UTF-8"?> 
 <xp:view xmlns:xp="http://www.ibm.com/xsp/core">   
   <xp:scriptBlock>
     <xp:this.value><![CDATA[XSP.addOnLoad(function(){
        console.log("hello world"); })]]>
     </xp:this.value>
   </xp:scriptBlock>
 </xp:view>
Run Code Online (Sandbox Code Playgroud)

我第一次运行该页面时,没有发生错误.但是当我刷新页面时,我在Chrome的Inspect Element上发现了2个错误.

 Uncaught TypeError: Cannot read property 'root' of undefined
 Uncaught ReferenceError: XSP is not defined
Run Code Online (Sandbox Code Playgroud)

这些错误只发生在最新的Chrome和Opera上.我试图在Opera 28,Firefox 43,IE 11上运行该页面,并且没有发生错误.

如何解决这个问题呢 ?

注意:我使用Domino/Notes Designer 9.0.1

Per*_*ten 5

这是由于Google Chrome 48中存在错误.此问题正在跟踪此问题:https://code.google.com/p/chromium/issues/detail?id = 570622.

该问题将在即将推出的Chrome 48.0.2564.103版本中修复.