GNOME Bugzilla – Bug 686800
Blank unlock dialog
Last modified: 2012-11-23 02:30:14 UTC
1. Start dragging the screen shield (the unlock dialog shows up underneath) 2. Hit escape (the screen shield disappears and drops down again from the top; once it hits the bottom, it jumps back up a bit according to the pointer position) 3. Release the pointer (the screen shield moves up, revealing a blank unlock dialog)
Created attachment 227165 [details] [review] Block cancellation of the unlock dialog when dragging Pressing esc while the mouse is down should not make the curtain fall, otherwise a gray screen results.
Sounds like an important fix, preventing a grayscreen - should we get this merged for 3.6.2 ?
Review of attachment 227165 [details] [review]: The patch doesn't apply cleanly to master but seems fine except that you seem to have missed the _ensureUnlockDialog() call inside showDialog() (or it probably doesn't exist on the tree you made this on). Feel free to push with that fixed and also for 3-6.
*** Bug 688700 has been marked as a duplicate of this bug. ***
Comment on attachment 227165 [details] [review] Block cancellation of the unlock dialog when dragging Attachment 227165 [details] pushed as 4535a70 - Block cancellation of the unlock dialog when dragging