-
1. Re: Richfaces 3.3.3Final to work with IE11
bleathem Jun 5, 2014 2:09 PM (in response to aditi1608)RichFaces 3 is old and unsupported. Use RichFaces 4.
-
2. Re: Richfaces 3.3.3Final to work with IE11
aditi1608 Jun 6, 2014 2:41 AM (in response to bleathem)Hi Brian ,
Thanks for the response , I cannot upgrade to richfaces 4 as the other dependencies will also be impacted.
Is there any way to support IE11 with the richfaces 3.3.3Final
-
3. Re: Richfaces 3.3.3Final to work with IE11
juanmiguelbg Jul 23, 2014 6:01 AM (in response to aditi1608)It's a problem with the version 36 of Chrome, with the version 37 it's work again.
Chrome related issues:
http://code.google.com/p/chromium/issues/detail?id=71536
-
4. Re: Richfaces 3.3.3Final to work with IE11
baddeley84 Aug 20, 2014 8:10 AM (in response to aditi1608)Hi,
I have the same issue with IE11, I posted a question here
http://stackoverflow.com/questions/22015352/ie11-changes-dom-structure-on-jsf-rerender
It looks like it comes down to the way IE11 reports itself, I tried patching sarrissa.js but couldnt get it working so ended up using the <meta> fix (see below)
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10"/>
If anyone can come up with a better fix I would love to know, RF4 is not an option at the moment