GNOME Bugzilla – Bug 698778
chat entry not focused on expand
Last modified: 2013-06-21 19:32:50 UTC
The chat notifications are a bit harder to use now because the entry isn't focused when I expand the banner. It seems to me like it probably should.
*** Bug 698885 has been marked as a duplicate of this bug. ***
To make things worse, if you miss the actual text entry when clicking for focus and hit the rest of the notification bubble instead the chat will open in an empty empathy window and the chat messages will be lost!
Created attachment 247488 [details] [review] messageTray: Ensure notifications are focused after they are expanded If we focus notifications before they're expanded, the body and action area won't be visible, and the can_focus members like the text entry will not be able to be focused. Ensure that all of the all actors that would be in an expanded notification are visible before we attempt to focus them.
Review of attachment 247488 [details] [review]: Makes sense, didn't test it though fine to push assuming you tested it and it works.
Attachment 247488 [details] pushed as aa7ed31 - messageTray: Ensure notifications are focused after they are expanded Yeah, I did test it.