XPages DojoDataGrid does not show data in Internet Explorer 11

偶尔善良 提交于 2019-12-12 03:23:35

问题


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. (

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")


回答1:


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 contains Dojo 1.8.3, however the dojo version has been upgraded several times in 9.0.1 fix packs.

  • Fix pack 2: Dojo 1.9.2
  • Fix pack 3: Dojo 1.9.4
  • Fix pack 4: Dojo 1.9.7

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.



来源:https://stackoverflow.com/questions/34844425/xpages-dojodatagrid-does-not-show-data-in-internet-explorer-11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!