Jquery 在IE中的rich:suggestionBox中按enter键会导致SCRIPT16389:未指定错误

Jquery 在IE中的rich:suggestionBox中按enter键会导致SCRIPT16389:未指定错误,jquery,jsf,richfaces,Jquery,Jsf,Richfaces,我有一个JSF页面 <a4j:form id="form1"> <h:inputText id="input1"></h:inputText> <rich:suggestionBox suggestionAction="someAction" for="input1"> <h:column> <h:outputText value="#{bean.value}" /> </h:

我有一个JSF页面

 <a4j:form id="form1">
   <h:inputText id="input1"></h:inputText>
   <rich:suggestionBox suggestionAction="someAction" for="input1">
    <h:column>
      <h:outputText value="#{bean.value}" />
    </h:column>
   <f:param value="someValue" name="someName"></f:param>
  </rich:suggestionBox>
  <a4j:commandLink id="link1" action="#{someBean.someAction}" reRender="form1"/>
 </a4j:form>

因为这似乎是建议框后面的脚本中的错误。 我只是通过设置热键超时1秒(“返回”)来解决问题。
这给了建议框后面的脚本时间来完成它们的处理,以便在1秒后,返回键上的操作可以完美地处理。

可能是jQuery中的一个错误,第423行是什么?var box=This[0]。getBoundingClientRect(),doc=This[0]。ownerDocument,body=doc.body,docElem=documentElement,clientTop=docElem.clientTop | body.clientTop | 0,clientLeft=docElem.clientLeft | | | body.clientLeft | | 0,top=box.top+(self.pageYOffset | | jQuery.boxModel&&docElem.scrollTop | | | body.scrollTop)-clientTop,left=box.left+(self.pageXOffset | | jQuery.body&&docElem.scrollft | | | body.scrollft)-clientLeft;返回{top:top,left:left};}看起来是这样。
faces/a4j/g/3_3_1.GAorg/richfaces/renderkit/html/scripts/jquery/jquery.js
SCRIPT16389: Unspecified error. 
jquery.js, line 423 character 143