GNOME Bugzilla – Bug 724178
Don't close chats when pressing esc
Last modified: 2014-03-12 18:34:02 UTC
If I press esc while a toaster telepathy notification is focused, it should hide, not destroy, because if destroyed, the channel is closed and there is no way to get it back.
We have talked about this at the end of the 3.10 cycle but ended up not doing it .. don't remember why but it makes sense imo.
(In reply to comment #1) > We have talked about this at the end of the 3.10 cycle but ended up not doing > it .. don't remember why but it makes sense imo. I guess simplicity of implementation - I remember talking about the close button, never about esc... (Then again, I support close-as-hide for resident sources, at least in the toaster)
Created attachment 270384 [details] [review] MessageTray: don't destroy notifications when the user presses ESC Doing so is inconsistent with the behavior in the summary, and is quite annoying when dealing with chats (because there is no way to unfocus a chat notification with the keyboard only)
Review of attachment 270384 [details] [review]: OK I though about saying just do it for chats but that would be rather messy and inconsistent (and the only notifications where user interact with the keyboard are mostly chats anyway). Code looks good.
Attachment 270384 [details] pushed as 057a026 - MessageTray: don't destroy notifications when the user presses ESC