Page 1 of 1

Compatible with IE11?

Posted: 18 Oct 2017, 06:03
by rossd
when I go to the primereact homepage (https://www.primefaces.org/primereact/ ) it comes up as a blank page. View code reveals the stub that tries to load the js of the application, but nothing comes up.

:cry:

Re: Compatible with IE11?

Posted: 18 Oct 2017, 10:03
by cagatay.civici
It sure is, could you please try with a clean browser cache, we've tested it last time by adding a polyfill and it was working.

Re: Compatible with IE11?

Posted: 20 Jan 2018, 08:00
by goot
https://www.primefaces.org/primereact/ is still showing blank in IE11.

Re: Compatible with IE11?

Posted: 22 Jan 2018, 17:57
by mert.sincan
I couldn't replicate it. Please see; viewtopic.php?f=57&t=53909

Re: Compatible with IE11?

Posted: 06 Feb 2018, 14:31
by cagatay.civici
Does the issue persist for you?

Re: Compatible with IE11?

Posted: 09 Mar 2018, 09:40
by sarahemi
As per my experience, I have crosschecked it on different browsers like IE10, IE11, Firefox, Safari and Chrome as well, all of these tests went well especially the firefox and safari...

Re: Compatible with IE11?

Posted: 14 Mar 2018, 09:01
by cagatay.civici
We had an issue with the meta tag, new version fixes that.

Change is;

Code: Select all

- <meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;OtherUA=4"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">

Re: Compatible with IE11?

Posted: 21 Mar 2018, 06:21
by rossd
I thought it might have been something to do with the very-locked-down government environment here, but this has fixed everything up.

Thanks

Ross