Horizontal scroll bar is missing in JQL filter results

Ales Janzekovic November 18, 2019

Hi,

We have upgraded Jira from 7.13.1 to 8.4.2. Since then we have a problem with Horizontal scroll bar in filter view. The horizontal scroll bar is part of the JQL query/"window" instead of the browser windoow (no matter which browser I use).

Advanced JQL filter with many columns in list preview with 100 issues are now imposible to use. When I want to see the columns to ther right (not visible columns) I have to scroll down to the bottom. But now the columns names are not visible on the top of the list.

BEFORE > Jira 7.13.1.

jql_jira_7_13_1.jpg

 

AFTER Jira 8.4.2

jql_jira_8_4_2.jpg

 

------------------------------------------

Workaround: In user profile set Preferences > Page File = 10 issuses or less. But this not the solution.

Does anyone have the same problem?

 

3 answers

1 vote
nabil_hammani
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 2, 2020

Here's a quick fix for Chrome / Firefox:

1. Install Stylebot plugin

2. In any jira Page, open Stylebot and add the CSS lines below :

.issue-table-container {
overflow: unset;
}

.issue-table-side-shadows {
position: absolute;
overflow: unset;
}

Mehran Namdar June 14, 2020

Thanks Nabil

it's  so good

0 votes
Danson
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 27, 2019

This is actually a new bug in JIRA. It was reported in https://jira.atlassian.com/browse/JRASERVER-70031

0 votes
Anand Krishnaswamy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 22, 2019

I see the same issue and this is extremely annoying. Incidentally I am using the same workaround you suggest above. Even doing 15 rows/page is not effective for a decent sized font.

Looking forward to hearing any possible solution.

Scot Mitchell
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 26, 2019

We have the same problem when we went from 7.13 to 8.5.

Suggest an answer

Log in or Sign up to answer