Skip to content

window: fix modified forms check when closing single tab

Michael Catanzaro requested to merge mcatanzaro/modified-forms-check into master

This regressed in e14780a2. I tested this commit extensively with a broken web process to ensure it's possible to close tabs with a misbehaving web process, but failed to test with a well-behaved web process. The tab now closes after the timeout, while the modified forms dialog is being shown, without waiting for user input. Oops. Got to cancel the timeout once we've received our response from the web process.

Merge request reports