jamiedouglass / LanguageWorkbench

Language Workbench
https://www.languageoflanguages.com/Workbench/
6 stars 3 forks source link

Warn User Before Exiting Browser Window #1

Closed jamiedouglass closed 9 years ago

jamiedouglass commented 9 years ago

Warn user that the browser window is closing and they may lose any work done during the current session within their project. User can cancel the closing of the browser or continue exiting.

aleggett19 commented 9 years ago

I would like to work on this issue and get it resolved.

aleggett19 commented 9 years ago

Fixed by using onbeforeunload event.

jamiedouglass commented 9 years ago

Great!