GNOME Bugzilla – Bug 516544
HTML notation field does not accept Enter
Last modified: 2008-10-30 20:09:41 UTC
In the "Change Foreground Color" dialog there is a "HTML notation" field. This field does not accept values via the Enter key (the lower right key on the numpad) but only via Return.
Indeed, and i found some more places which need the same fix. Will commit my local fix tomorrow.
Fixed in both branches: 2008-02-16 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-callbacks.c * app/tools/gimpforegroundselecttool.c * app/tools/gimpimagemaptool.c * app/tools/gimpiscissorstool.c * app/tools/gimppolygonselecttool.c * app/tools/gimprectangletool.c * app/tools/gimptransformtool.c * app/tools/gimpvectortool.c * app/widgets/gimpcontainerpopup.c * app/widgets/gimppaletteview.c * libgimpwidgets/gimpcolorhexentry.c * libgimpwidgets/gimpnumberpairentry.c * plug-ins/script-fu/script-fu-console.c: Unify the handling of various "Enter" and "Space" keysyms all over the place. Fixes bug #516544 (also see gtk bug #515047).