Internet explorer 8 with GCF

Olivier Vandevoorde December 4, 2012

In the html response a meta tag is used which activates the google chrome frame (GCF) in Internet Explorer.

In \atlassian-jira-5.1-standalone\atlassian-jira\includes\decorators\aui-layout\head-common.jsp :

<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />

We want to disable GCF with JIRA because of some strange effects like a popup saying "Confirm Navigation" with buttons "Leave this page" or "Stay on this page" when you want to add comment.

Can I just simply remove this meta tag line out of this jsp?
What are the implications?

1 answer

1 accepted

0 votes
Answer accepted
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 4, 2012

No implications, it will work fine without GCF.

However we use GCF as a matter of course and I have not seen these problems in jira.

There are problems in Confluence though with editing office documents, where the plugin says it only supports IE8 and FF", but the user thinks they're using IE8.

Suggest an answer

Log in or Sign up to answer