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 774651 - Pressing escape should quit the composer
Pressing escape should quit the composer
Status: RESOLVED FIXED
Product: geary
Classification: Other
Component: composer
master
Other Linux
: Normal enhancement
: 0.13.0
Assigned To: Geary Maintainers
Geary Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-17 21:44 UTC by Frank
Modified: 2019-02-13 14:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frank 2016-11-17 21:44:24 UTC
This works just from inside the text field, but not when some address field is selected.

Plus: When the mail is empty, the popup could be skipped.
Comment 1 Michael Gratton 2016-11-21 12:30:15 UTC
Since we use autocompletion for the email address entries, overloading escape there might be a bit racy, but perhaps we can check if the currently focused field is empty, or if other fields have been filled out yet, or something similar. It should probably work for the subject entry though.

We do need to sort out how prompty the composer is sometimes - that looks like Bug 743970.
Comment 2 Michael Gratton 2019-02-13 14:33:59 UTC
Fixed by https://gitlab.gnome.org/GNOME/geary/merge_requests/106