Currently, modal dialogs that fire during beforeunload/unload events are used to confuse users into not being able to leave websites (e.g. to tell the user to click on the wrong button for in the browser&#39;s beforeunload alert dialog). They also add a layer of complexity to browser shutdown behavior. I can&#39;t think of any legitimate use-case for opening a modal dialog when a user is trying to navigate away from a page.<div>

<br></div><div>Proposal: Opening a modal dialog during beforeunload/unload should either throw an error or just silently fail.</div><div><br></div><div>Ojan</div>