-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Low
-
None
-
Affects Version/s: 7.10.1, 7.10.2, 7.11.2, 7.12.3, 7.13.1, 8.0.0, 8.1.0, 8.3.0
-
Component/s: Issue - View Issue
-
7.1
-
13
-
Severity 3 - Minor
-
0
Summary
The sorting icon under the Activity section of Issue View is not working in IE11, the sorting 'arrow' icon is non-clickable.
Environment
Internet Explorer 11
Steps to Reproduce
Type a few comments and then try to sort them using the sorting 'arrow' icon.
Expected Results
The sorting 'arrow' icon is clickable. See the result in Google Chrome:
Actual Results
The sorting 'arrow' icon is not clickable.
Workaround 1
You can sort the items by changing the URL, for example:
To sort in ascending order:
<base-url>/browse/AAA-12345?actionOrder=asc
To sort in descending order:
<base-url>/browse/AAA-12345?actionOrder=desc
Workaround 2
Use other web browsers such as Google Chrome, Mozilla Firefox, or Microsoft Edge.
Workaround 3
Add the following to your announcement banner:
<style type="text/css">
#activitymodule .aui-tabs .sortwrap { z-index: 999 !important; }
</style>
Thanks to bert.dombrecht for this suggestion!