Issue navigator width problem

SylviaL June 29, 2012

We recently upgraded from JIRA4.4 to 4.4.5 and are having issues with the column width of the issue navigator. The columns are very wide which makes viewing of data difficult as scrolling is needed for each field. This issue occurs on IE8 (that we observed so far).

3 answers

1 vote
Sébastien NOEL August 27, 2012

Thanks it helps me too, but in a quite different way as in the Harish's response.

1. there is no headers.jsp file but header.jsp ;

2. however the file to modify is header-deprecated.jsp ;

3. the change must not be IE=9 (because IE=9 is equivalent to IE=edge), just change it as IE= (with no value)

4. finally, do not restart Jira since the JSP is reloaded automatically.

Hope this helps,

Royce Wong
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

Thanks s_NOEL, you solution works for me.

1 vote
Harish August 21, 2012

Hi Sylvia,

We hav also faced same issue. Later with lot of R&D and experiments was able to re-solve the column width issue inthe Search results. Below are the steps followed.:

1. Navigate to the path where decorators directory is available.

$ cd /<installation path>/atlassian-jira-4.4.5-standalone/atlassian-jira/includes/decorators/

2. Open the file headers.jsp in Vi editor and edit the Meta tag as below:

Exisitng Meta tag:

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

Updated Meta tag:

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

3. Save the file headers.jsp

4. Restart Jira

Please take a backup of the .jsp file before you modify.

Hope this helps! It worked for me.

Thanks,

Harish.

Royce Wong
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

This didn't work for me, but S_NOEL's solution below does.

0 votes
Royce Wong
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

There is also this related ticket: https://jira.atlassian.com/browse/JRA-27468, but not real solution.

Suggest an answer

Log in or Sign up to answer