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 678414 - Rectangle select tool : Can't enter locking parameter text, If I check the 'Fixed:' checkbox.
Rectangle select tool : Can't enter locking parameter text, If I check the 'F...
Status: RESOLVED DUPLICATE of bug 668239
Product: GIMP
Classification: Other
Component: Tools
2.8.0
Other Windows
: Normal major
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2012-06-19 15:23 UTC by Sunwook Park
Modified: 2012-11-23 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Textbox bug (79.13 KB, image/png)
2012-06-19 16:57 UTC, Sunwook Park
Details
The cause of textbox input bug. (68.36 KB, image/png)
2012-06-20 13:29 UTC, Sunwook Park
Details

Description Sunwook Park 2012-06-19 15:23:37 UTC
1. Open or create any image.
2. Select the "Rectangle select tool".
3. In the tool options section, Check the "Fixed:" checkbox.
4. Now parameter textbox is disabled, Can't enter any text until I exit and relaunch the GIMP.

I can get this problem in any 2.8.x builds including unofficial/official, x86/x64. This bug doesn't appear in previous version.

I'm using Windows 7 Pro x64.
Comment 1 Michael Schumacher 2012-06-19 16:33:08 UTC
I can't reproduce this on Windows 7 - which of the input boxes exactly are disabled?
Comment 2 Sunwook Park 2012-06-19 16:57:14 UTC
Created attachment 216761 [details]
Textbox bug
Comment 3 Sunwook Park 2012-06-19 16:59:17 UTC
Comment on attachment 216761 [details]
Textbox bug

See the attachment please!
Comment 4 Sunwook Park 2012-06-20 13:28:04 UTC
It seems that I found a cause.

This problem occur when the OS's regional format is set to Korean(Korea). When I set the regional format to English(US) then the problem do not occur.
Comment 5 Sunwook Park 2012-06-20 13:29:04 UTC
Created attachment 216834 [details]
The cause of textbox input bug.
Comment 6 Max Mustermann 2012-09-21 18:54:22 UTC
I can confirm this bug on Win7 32 bit after setting the system regionale settings to 'Korean'. Changing regionale settings in GIMPs Preferences dialog has no effect. 
With Korean regionale the Fixed textbox doesn't have the entry 'Current' like in other regionale settings. Entering numbers on the numeric pad blindly zooms the image in and out.
Comment 7 Sunwook Park 2012-11-23 15:28:26 UTC
Found the workaround.

Set [LC_ALL=C] environment variable in windows system setting, then no more bug appears. This workaround may cause side effect to other applications that use setlocale() function I think, but can be avoided by using simple launcher script(.cmd) like:
---------------------------------------------------------
@ECHO OFF
@ECHO Launching GIMP..
SET LC_ALL=C
CALL "C:\Program Files\Gimp-2.8.2\bin\gimp-2.8.exe"
---------------------------------------------------------

I think you can fix this bug easily.
Comment 8 Michael Natterer 2012-11-23 16:17:40 UTC
Ah, that sounds familiar, and has just been fixed in GTK+.

*** This bug has been marked as a duplicate of bug 668239 ***