Ability to navigate to harness instead of dirty Unsaved Changes check happening
When a user in our application goes into a case and enters some data without saving, it will throw the dirty warning message letting them know they have unsaved changes that they can save, discard, cancel, etc.
When a user attempts to leave a case with unsaved data by clicking on a navigation item to launch a new harness outside of the case, the dirty warning modal will appear which is good, but it will then stop the user from launching the new harness because the modal window's action stops it from continuing with the navigation item's action. Suggestion is if a user does an action which causes the dirty modal window to load on screen, pressing any of the actions within the modal will not stop the other action from finishing.
Background info:
Created an SR for this issue and it was found to be expected behavior so an enhancement request was suggested to see if anything could be done for this requirement.