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 761026 - Pressing ESC in a file chooser dialog doesn't dismiss it
Pressing ESC in a file chooser dialog doesn't dismiss it
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2016-01-23 19:15 UTC by Lukas
Modified: 2016-01-30 00:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.17 KB, patch)
2016-01-23 20:53 UTC, Lukas
none Details | Review

Description Lukas 2016-01-23 19:15:34 UTC
Actually it's a bit more complicated that outlined in the summary. This only affects setups where dialogs don't use header bars, since when using header bars, an external entry is used.
The filechooser's internal entry is configured to eat ESC key presses, so it can change the filechoosers' appearance.
Comment 1 Lukas 2016-01-23 20:53:00 UTC
Created attachment 319594 [details] [review]
proposed patch

Should fix this bug.