-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
None
-
Affects Version/s: 10.3.0, 10.3.5, 10.7.0
-
Component/s: Issue - Others, Issue - View Issue
-
10.03
-
7
-
Severity 2 - Major
-
21
Problem
When transitioning the Service desk issue if you left click anywhere outside of the transition screen, popup windows closes without any warning and all the comment entered is gone without saving.
Environment
10.3.5
Steps to Reproduce
- Create a Service management project on JSM 10.3.5
- Create a new service request in this project
- Transition the test request to any status. For example Waiting for Customer to Resolve
- Fill the Description and other required fields
- Left click anywhere outside of the transition screen
Expected Results
Screen should not be closed.
Actual Results
Screen is closed without any confirmation and everything entered in a field or wrote in a comment / the description is lost.
Workaround
Please add the below CSS in the announcement banner as a workaround.
<style>
.aui-blanket {
pointer-events:none!important;
}
</style>
Versions Tested
JSM:
10.3.5 where the bug seen
Bug has not seen in 5.17.5 and 5.4