Closed matthieusieben closed 10 years ago
Yeah, I noticed this too. Gotta check it out.
Maybe I should consider making the disconnection alert less intrusive (and not modal).
Or a modal that can be closed!
yeah, that could be it ;-)
I removed the alert, which was redundant anyway, because devtools already shows an alert when the websocket session is interrupted.
The dialog box (actually a div#alert-text) with the message "Debug session closed. Waiting..." won't disappear when relaunching the app within the iphone simulator while Google Chrome (30.0.1599.69) is in the background (or the debugger is not in the selected tab). The div.modal-backdrop does disappear (fades out) but this div is not removed from the DOM, which may not be what you want. Moreover, this div (div.modal-backdrop) prevents scrolling the log when a section is closed, which can be annoying. This can be solved by manually removing the overlaying divs using the inspector but this is not very convenient.