GNOME Bugzilla – Bug 695314
Esc should close folders in app picker
Last modified: 2013-05-20 06:30:45 UTC
When a folder is open in the app picker, pressing Esc closes the entire app picker screen and returns to the window thumbnails. I expected it to only close the folder popup – i.e. the "topmost" layer. (Minor thing, but I was advised to post this anyway.)
Created attachment 238245 [details] [review] appDisplay: Use GrabHelper for keynav and shortcuts While we cannot use grabHelper for dismissing folder popups by clicks - we only want to intercapt clicks elsewhere in the app picker, but not globally - we can leverage it for keynav and closing by hitting Escape.
*** Bug 695252 has been marked as a duplicate of this bug. ***
*** Bug 698171 has been marked as a duplicate of this bug. ***
Review of attachment 238245 [details] [review]: I eventually want to remove grabFocus grabs. Having them on top of a modal grab is wrong, as it will get into a broken state if another window calls XSetInputFocus.
Created attachment 244078 [details] [review] appDisplay: Implement folder keynav and shortcuts Okay, let's do it manually then ...
Review of attachment 244078 [details] [review]: Much better.
Review of attachment 244078 [details] [review]: Well, "unexptected", but that's it.
Attachment 244078 [details] pushed as b79b095 - appDisplay: Implement folder keynav and shortcuts
*** Bug 700688 has been marked as a duplicate of this bug. ***