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.
AFTER Jira 8.4.2
------------------------------------------
Workaround: In user profile set Preferences > Page File = 10 issuses or less. But this not the solution.
Does anyone have the same problem?
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;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is actually a new bug in JIRA. It was reported in https://jira.atlassian.com/browse/JRASERVER-70031
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have the same problem when we went from 7.13 to 8.5.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.