GNOME Bugzilla – Bug 685239
screen locks with modals still up
Last modified: 2012-10-30 15:37:16 UTC
I was testing a new build of the 3.6 live cd and noticed that the screen can lock with a modal dialog showing. * Click on a wifi access point that requires a password * Don't enter password and walk away * Come back after some time and notice that modal is still showing but the screen is locked.
What should we do instead? Cancel any modal dialogs automatically for the user?
Created attachment 225525 [details] screenshot
Maybe the screen lock/shield should always be on top? At least by default. I suppose cancelling modals might be ok. It would certainly be ok for this particular one.
Any idea for a fix here ?
Created attachment 227022 [details] [review] NetworkAgent: cancel requests when disabling component When the NetworkAgent is disabled (for example because the lock screen is being activated), cancel all modal dialogs.
Created attachment 227023 [details] [review] NetworkAgent: cancel requests when disabling component When the NetworkAgent is disabled (for example because the lock screen is being activated), cancel all modal dialogs.
*** Bug 686513 has been marked as a duplicate of this bug. ***
Review of attachment 227023 [details] [review]: Sure.
Attachment 227023 [details] pushed as 8819211 - NetworkAgent: cancel requests when disabling component