-
Bug
-
Resolution: Won't Fix
-
High
-
None
-
7.1.0, 7.2.0-OD-03, 7.2.8, 7.3.2, 7.5.0, 7.5.1, 7.5.3, 7.4.6, 7.10.0, 7.6.6, 7.12.3
-
7.01
-
20
-
Severity 3 - Minor
-
79
-
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Summary
When viewing an issue from the project view, scrolling the issue down won't maintain its header fixed.
Alternatively, when opening an issue from top panel Issues>Issue key and scrolling, the summary header will also not be fixed on this instance.
Steps to Reproduce
- Access a project from Projects menu (top bar)
- Click Issues on the left (project navigation)
- Select one of the listed issues
- Scroll the issue down
or
- Click on top bar Issues>Issuekey to open an issue
- Once the issue opens, scroll down
or
- Navigate to Issue Navigator and search for issues
- Right click and open an issue in a new tab
- Scroll the issue down
Expected Results
While scrolling the issue down the header of the issue, containing the summary and buttons, should stay fixed.
Actual Results
The header scrolls up.
Notes
See attached screenshot for element inspection
Fixed header:
Not fixed:
Workaround
Workaround 1
Access the results from the Issue Navigator (i.e View the issue navigator results in 'List view') and then click on the issue key. DO NOT do a right click>open in a new window.
Alternatively, access an issue using this URL format:
<Base_URL>/browse/<Issue_Key>?jql=
Example: https://jira.atlassian.com/browse/JRASERVER-60118?jql=
Workaround 2
Add the following script to the Jira's Announcement Banner:
<style> #header { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 1000; } .aui-header { z-index: 1001; } </style> <script type="text/javascript"> AJS.toInit(function() { AJS.$("#content").css("top", AJS.$("#header").height()); AJS.$("#stalker").css("padding-top", AJS.$("#header").height()); }); </script>
- incorporates
-
JRASERVER-60201 Issue Navigator Elements are out of view when clicking the comment button
- Gathering Impact
-
JRASERVER-44696 Lock Top Navigation Bar
- Gathering Interest
- is caused by
-
JRASERVER-62709 As a user, I'd like to be given the option to choose to Show or Hide the project sidebar
- Gathering Interest
- is duplicated by
-
JRASERVER-63871 While scrolling issue on Issue view screen, does not freeze the Summary panel at the top
- Closed
- is related to
-
JRASERVER-63871 While scrolling issue on Issue view screen, does not freeze the Summary panel at the top
- Closed
- relates to
-
JRACLOUD-60118 Issue header isn't fixed when scrolling
- Closed
-
JRASERVER-73241 Allow user to Lock/Freeze the Jira Issues Search first row when scrolling
- Gathering Interest
-
PSR-256 Loading...
- is cloned by
-
NEXT-443 Loading...
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
- was cloned as
-
NEXT-656 Loading...