GNOME Bugzilla – Bug 84683
Pressing ESC in SX editor closes dialog
Last modified: 2018-06-29 20:12:21 UTC
When in the SX editor, pressing ESC causes the dialog to close without performing any confirmation nor saving of any changed values.
gnucash-sheet.c:gnucash_sheet_key_press_event (GtkWidget *widget, GdkEventKey *event) seems to be where sheet keypresses are processed, and I don't see an "GDK_Escape" case...
Fixed in 2002.11.17 commit. Turns out that ESC is a valid way to close a GnomeDialog, and we weren't trapping it in the window-close-okay path. We are, now.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=84683. Please update any external references or bookmarks.