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 516544 - HTML notation field does not accept Enter
HTML notation field does not accept Enter
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.4.x
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-02-14 20:37 UTC by Ronny Standtke
Modified: 2008-10-30 20:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronny Standtke 2008-02-14 20:37:19 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.
Comment 1 Michael Natterer 2008-02-15 01:48:48 UTC
Indeed, and i found some more places which need the same fix. Will
commit my local fix tomorrow.
Comment 2 Michael Natterer 2008-02-16 17:51:44 UTC
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).