omorandi / TiInspector

Debug Titanium Mobile applications through Chrome DevTools
MIT License
109 stars 14 forks source link

"Debug session closed." Not disappearing. #9

Closed matthieusieben closed 10 years ago

matthieusieben commented 11 years ago

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.

omorandi commented 11 years ago

Yeah, I noticed this too. Gotta check it out.

omorandi commented 11 years ago

Maybe I should consider making the disconnection alert less intrusive (and not modal).

matthieusieben commented 11 years ago

Or a modal that can be closed!

omorandi commented 11 years ago

yeah, that could be it ;-)

omorandi commented 10 years ago

I removed the alert, which was redundant anyway, because devtools already shows an alert when the websocket session is interrupted.