Problems with I.E browser on JIRA 6.0

Antonio San Nicolás June 19, 2013
We've updated to JIRA 6.0 and we have problems with the I.E browser. The look or distribution in the browser are wrong and we don't know what to do. I attach a screen where you can see the problem: http://i.imgur.com/CvUwYbL.jpg

5 answers

1 accepted

2 votes
Answer accepted
C_ Faysal
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.
June 20, 2013

disable the compatibility mode.

this can be done in IE settings and on server side.

in IE:

IE -> tools -> compatibility view settings -> uncheck "Display intranet sites in Compatibility view"

if you're on a Unix Host edit your httpd.conf and add the following at the end of the file:

<IfModule headers_module>
   Header set X-UA-Compatible: IE=Edge
</IfModule>

restart the webserver afterwards.

0 votes
Renjith Pillai
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.
June 21, 2013
0 votes
mwesters June 20, 2013

Hi we are using I.E 9 and have also this issue. Did someone find a solution?

0 votes
Antonio San Nicolás June 19, 2013
We use I.E 8,9 and 10 and all the users have this problem.
0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 19, 2013

What version of IE is it?

There are a couple of known issues with some IE installs that look like that, but unless you're using IE8 or above (and you really shouldn't be using anything lower), there's no fixes I know of.

Suggest an answer

Log in or Sign up to answer