-
Bug
-
Resolution: Fixed
-
Low
-
7.6.0, 7.6.11, 7.7.1, 7.8.0, 7.13.1, 7.13.4, 8.0.1, 8.5.3, 8.6.1
-
7.06
-
3
-
Severity 3 - Minor
-
3
-
Unable to scroll past Attach Files option using the keyboard arrow keys
Steps to Reproduce
- Open an issue
- Click the "More" button
- Use the arrow down key in the keyboard to navigate through the menu
Observed Behaviour
Unable to get past "Attach Files" option
Expected Behaviour
To be able to access all menu items using the keyboard keys
Workaround
Put this script in announcement banner or append the body part to existing script tag in there:
<script> jQuery(document).ready(removeMenuItem); function removeMenuItem () { if($('#attach-file').is(':visible')) { $("#attach-screenshot-html5").remove(); } else { setTimeout(removeMenuItem, 1); } } </script>
- is duplicated by
-
JRASERVER-68853 Some issue menu's sub-items are not accessible and are not readable when using screen readers
-
- Closed
-
- relates to
-
JACCESS-169 Loading...