Richfaces兼容性Internet Explorer 11的问题 [英] Richfaces Compatibility Problems with Internet Explorer 11

查看:218
本文介绍了Richfaces兼容性Internet Explorer 11的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用RichFaces / JSF开发一个Web应用程序。该应用程序在Safari,Mozilla,Chrome和IE 9上的行为正常,但我遇到了与IE 11严重的兼容性问题。





  • h:inputTextArea显示所有生成的服务器端代码,而不是空的。

  • 当我点击rich:日历图标时,即使我在属性中将弹出式窗口
    设置为true,也不会弹出日历。



除了IE 11,我在任何其他浏览器中都不会遇到上述任何问题。



当我调试我的web应用程序IE 11开发工具,与上述问题相关的一些消息是:




  • 函数未定义或null:selectNodes(JavaScript) li>
  • RichFaces皮肤问题



我运行的是JBoss 4.2.1.GA和RichFaces 3.3。 2



感谢。

解决方案

RichFaces 3仅支持Internet资源管理器8.尝试使用元标记 http-equiv 将文档模式设置为IE 8。



http://msdn.microsoft.com/en-us/library/ windows / desktop / ff966528(v = vs.85).aspx



或者更好的是,升级到RichFaces 4答案)支持最新的Internet Explorer版本。 RichFaces 3是旧的!


I am developing a web application using RichFaces / JSF. The application behaved as expected on Safari, Mozilla, Chrome, and IE 9, however, I encountered serious compatibility problems with IE 11.

  • When a rich:modalPanel opens up, the dialog and buttons are completely greyed out.
  • The h:inputTextArea displays all of the server side code generated as opposed to being empty.
  • When I click the rich:calendar icon, it does not popup a calendar, even though I have set popup to true in the attributes.

I do not encounter any of the above problems in any other browser except for IE 11

When I debugged my web application in IE 11 Developer Tools, some messages related to the above mentioned problems were:

  • The function is undefined or null: selectNodes (JavaScript)
  • RichFaces skin issues

I am running JBoss version 4.2.1.GA and RichFaces version 3.3.2

Thanks.

解决方案

RichFaces 3 is only supported in Internet Explorer ≤ 8. Try using the the Meta Tag http-equiv to set the document mode to IE 8.

http://msdn.microsoft.com/en-us/library/windows/desktop/ff966528(v=vs.85).aspx

Or better yet, upgrade to RichFaces 4 (4.3.4 at the time of this answer) for support on the latest Internet Explorer releases. RichFaces 3 is old!

这篇关于Richfaces兼容性Internet Explorer 11的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆