Internet Explorer 11 with bonita iframe compatibility mode issue

1
+1
-1

We are currently experiencing an issue running Bonita under internet explorer 11 when loading an external website using the embedded iframe feature of a work flow.

We have narrowed this down to the following html X-UA-Compatible loaded my the bonita parent application.

<meta http-equiv="X-UA-Compatible" content="IE=8; IE=9; IE=10" />

To correct our issue the above would need to be changed to the following:

 <meta http-equiv="X-UA-Compatible" content="IE=8; IE=9; IE=10; IE=11" />

Is there any way that we can modify this value either from Bonita or in some other manner?

We are using the following version of the product: BonitaBPMCommunity-6.3.2-Tomcat-6.0.37

No answers yet.
Notifications