Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: 4.0, EE-3.3.0.GA_P03
-
Component/s: Bridge
-
Labels:None
-
Environment:IE9/10/11
-
Assignee Priority:P2
-
Support Case References:
-
Workaround Exists:Yes
-
Workaround Description:
Description
When doing a redirect navigation in IE9/10/11 and using blockUIOnSubmit=true, an "Are you sure you want to leave the page?" message is shown. It is also shown when closing the browser window/tab.
With blockUIOnSubmit=false, the messages aren't displayed.
With blockUIOnSubmit=false, the messages aren't displayed.
Register a closure that does not return anything with onBeforeUnload function to avoid page exit message in IE. Previously startBlockingUI function was passed in directly, the function returns a closure which IE renders as question on page exit.