GNOME Bugzilla – Bug 781482
Session menu button can be clicked when hidden
Last modified: 2017-04-19 14:32:00 UTC
Created attachment 350038 [details] Username input dialog, session popup menu On login dialog, click 'Not listed?' button, then show username input dialog. On this dialog, session menu button is hidden, but it can be clicked, and show popup menu.
Another fault: 1. Create a user. That means system has two users. For example, system has user 'suse' and 'test'. 2. Login in as 'suse'. 3. Switch User, show login screen with two user list. 4. Click user 'suse', show password input dialog. 5. On password input dialog, session menu button is hidden, but it can be clicked and will show popup menu.
Created attachment 350039 [details] switch user, session popup menu
(In reply to xiaoguang wang from comment #1) > Another fault: > > 1. Create a user. That means system has two users. For example, system has > user 'suse' and 'test'. > 2. Login in as 'suse'. > 3. Switch User, show login screen with two user list. > 4. Click user 'suse', show password input dialog. > 5. On password input dialog, session menu button is hidden, but it can be > clicked and will show popup menu. This is test on X11. On Wayland session menu button is shown on password input dialog, and can be clicked. Maybe this is another fault, session menu button should be hidden on this dialog.
Created attachment 350041 [details] [review] loginDialog-Fix-session-button-can-be-clicked.patch
Thanks, pushed!