After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 686800 - Blank unlock dialog
Blank unlock dialog
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: lock-screen
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 688700 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-10-24 14:52 UTC by Florian Müllner
Modified: 2012-11-23 02:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Block cancellation of the unlock dialog when dragging (3.62 KB, patch)
2012-10-24 16:23 UTC, Giovanni Campagna
committed Details | Review

Description Florian Müllner 2012-10-24 14:52:19 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)
Comment 1 Giovanni Campagna 2012-10-24 16:23:18 UTC
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.
Comment 2 Matthias Clasen 2012-11-10 22:19:07 UTC
Sounds like an important fix, preventing a grayscreen - should we get this merged for 3.6.2 ?
Comment 3 Rui Matos 2012-11-21 10:13:21 UTC
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.
Comment 4 Rui Matos 2012-11-21 10:13:40 UTC
*** Bug 688700 has been marked as a duplicate of this bug. ***
Comment 5 Giovanni Campagna 2012-11-21 11:36:23 UTC
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