XPages DojoDataGrid 在 Internet Explorer 11 中不显示数据
我使用 DojoDatagrid 显示可滚动的数据.我检查 restServices 工作得很好,但在 IE11 的 previev 中没有任何反应.有 只有空白屏幕.(
I use DojoDatagrid to show data with scrollable. I check restServices works great but in previev with IE11 nothing happens. there is only empty screen. (
我搜索了一下,发现是IE11兼容性问题.我尝试了我能做的一切,但我无法成功.这种代码对我不起作用:(http://www.bizzybee.be/2014/03/05/internet-explorer-pain-how-to-bypass-forced-compatibility-mode-on-your-intranet/
I have searched then i found it's IE11 compatibility problem. I tried everything i could but I couldn't be succeeded. This kind of codes do not work for me :( http://www.bizzybee.be/2014/03/05/internet-explorer-pain-how-to-bypass-forced-compatibility-mode-on-your-intranet/
response.setHeader("X-UA-Compatible", "IE=10")
IE11 支持仅在 1.9.2 版中添加到 Dojo:https://dojotoolkit.org/blog/dojo-1-9-2-and-more
IE11 support was only added to Dojo in version 1.9.2: https://dojotoolkit.org/blog/dojo-1-9-2-and-more
Domino 9.0.1 包含 Dojo 1.8.3,但是 dojo 版本已在 9.0.1 修订包中升级了多次.
Domino 9.0.1 contains Dojo 1.8.3, however the dojo version has been upgraded several times in 9.0.1 fix packs.
- 修复包 2:Dojo 1.9.2
- 修复包 3:Dojo 1.9.4
- 修复包 4:Dojo 1.9.7
修订包 5 是最新的修订包,包含与修订包 4 相同的 dojo 版本.您需要升级到这些修订包之一才能获得新的 dojo 和 IE11 支持.
Fix pack 5 is the most recent fix pack, containing the same dojo version as fix pack 4. You would need to upgrade to one of those fix packs in order to pick up the new dojo and IE11 support.