Community
Participate
Working Groups
Build Identifier: Version: Indigo Service Release 1 Build id: 20110916-0149 Hello, My app exitConfirmation message shows up fine in both Firefox 9 and IE 8, but not on Chrome 16 and 17. It seems something has changed in Chrome that caused this new bug, as this was working on older versions (as reported on the forums in April 2011). Reproducible: Always Steps to Reproduce: Just run the demo app, or any other RAP app, and try reloading the page or closing the tab, or clicking the back button. It should aks for confirmation, but it doesnt.
If there's anything we can do about this issue, I think we should do it for 1.5.
The Exit Confirmation does not work in the following scenarios too. IE Update Versions: 9.0.5 on Windows 7 Firefox version 3.6.26 (Mozilla/5.0) on CentOS 6.2 (Linux x86_64) Google 17 on Windows 7 Is there a plan to fix this problem soon?
Thanks for this update. Because it's a regression, the bug is marked as P2, this means that we're going to fix it for the release.
Ronald, IE 9.0.5 on Windows 7 works for me. The problem still exists with Chrome 18.0.1025.113.
Fixed in CVS HEAD. In chrome, the exit message has to be the returnValue of the listener, not of the event. (Confusing, i know. Not e.returnValue = ...; but return ...;).
Thank you
There is a problem with the fix in IE. Start Control Demo in IE9 (no exit confirmation message set ). Close the browser - an exit confirmation dialog popup with a message null.
Fixed ie9 issue in CVS HEAD. Apparently ie9 is the only browser to make a difference between null and undefined.
The confirmation dialog box now shows up in all three browsers that we are testing: IE Update Versions: 9.0.5 on Windows 7 Firefox version EST 10.0.5 (Mozilla/5.0) on CentOS 6.2 (Linux x86_64) Google Chrome 17 on Windows 7 IE and Chrome show the message that I set in the "getExitConfirmationText()". Firefox shows its own message but not showing my message. Is this a known issue?