-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.2.6, 7.2.8, 7.3.8
-
7.02
-
1
-
Severity 2 - Major
-
0
-
Summary
Scroll option is not available when the Issues in Epic list (on issue view page) exceeds issue page
Steps to reproduce
- Add issues in epic on an issue.
- Minimize the browser size
- Click *Issues in Epic option gear icon
- Some options will not be visible
Expected Result
User can scroll to view the hidden options
Actual Result
Scrolling is not possible
Suggestion
JIRA should have scrolling option within the Issues in Epic list
Workaround
Add the following to Jira's Announcement Banner:
<style type="text/css"> div#actions_10401_drop { overflow: scroll; height: 600px; } div#actions_10401_drop::before { content: "This menu is scrollable"; text-align: center; font-style: italic; display: block; color: navy; font-weight: bold; margin-top: 2px; } </style>
The problem here is that the workaround needs to be applied to each and every option button as each button has a unique id eg. actions_10401_drop
To find the id :
- is cloned from
-
JRASERVER-65761 Cant scroll down when the "More" list exceeds view issue page
-
- Closed
-