Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.13.0, 7.0.0-M1
-
None
Description
The fix applied for WICKET-4909 seems to be bad:
If there's a ModalWindow with showUnloadConfirmation == true (java) and window.onbeforeunload == null (javascript), the warning message ('Reloading this page will cause the modal window to disappear') is always displayed, even if the ModalWindow was closed.
The fix for WICKET-4909 should probably take the showUnloadConfirmation flag into account.
Attachments
Issue Links
- breaks
-
SYNCOPE-477 Alert popup appears through page navigation after modal window closing
- Closed
- is duplicated by
-
WICKET-5481 Closing modal window leads to confirmation dialog whether to leave page or not on origin page
- Resolved