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 743370 - loginDialog: fix reactivity of first user in user list
loginDialog: fix reactivity of first user in user list
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: login-screen
unspecified
Other All
: Normal normal
: ---
Assigned To: Ray Strode [halfline]
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-01-22 19:02 UTC by Ray Strode [halfline]
Modified: 2015-01-22 21:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
loginDialog: fix reactivity of first user in user list (3.17 KB, patch)
2015-01-22 19:02 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2015-01-22 19:02:13 UTC
After the login banner is shown and hidden, the first user
in the user list becomes reactive.  This is because the
banner is just given an opacity of 0, but still allocated.

This commit fixes that by hiding the banner explicitly.
Comment 1 Ray Strode [halfline] 2015-01-22 19:02:16 UTC
Created attachment 295216 [details] [review]
loginDialog: fix reactivity of first user in user list
Comment 2 Jasper St. Pierre (not reading bugmail) 2015-01-22 21:48:35 UTC
Review of attachment 295216 [details] [review]:

Sure.
Comment 3 Ray Strode [halfline] 2015-01-22 21:57:01 UTC
Attachment 295216 [details] pushed as d04340c - loginDialog: fix reactivity of first user in user list