Unable to manually type numeric values in tool options

Hello,

I’ve just installed GIMP 3.0.0-RC2 and I’ve noticed an issue when using selection tools such as Rectangle or Crop: I cannot type the Size of the tool on the sidebar, the tool dialog (sorry, I’m not sure what the exact term is).

Normally, I use this to resize the rectangle or crop tools to a specific size. But now when I start typing a number, the whole image just zooms in instead. However, I’ve noticed this also happens when specifying the Position, but not on other things like aspect ratio.

Steps to reproduce:

  1. Launch GIMP.
  2. Open an image.
  3. Select the Rectangle tool.
  4. On the sidebar, focus on the “Size” or “Position” text fields.
  5. Attempt to type a dimension or position with the keyboard.
  6. The zoom value increases, instead.

According to the documentation, this should be the expected behavior, as it has been for previous versions.

Position

These two text fields contain the current horizontal and vertical coordinates of the upper left corner of the selection. You can use these fields to adjust the selection position precisely.

Size

These two text fields contain the current width and height of the selection. You can use these fields to adjust the selection size precisely.

Hi! Hmm, it looks like a focus issue. Does it work properly if you create a rectangle selection first and then try to resize by typing in the numbers?

1 Like

What the OP is describing is probably: GimpSpin input fields looses focus after quickly double clicking (#11998) · Issues · GNOME / GIMP · GitLab

1 Like

No, I tried multiple combinations of things like this to see if something would “trigger” or “enable” the text field. But I didn’t try something that sounds very similar to the issue pointed out by @brunvonlope. I have to double-click first, then click once more, type something and then lose focus of the input for things to make effect.

I should point out that I’m using Linux and now Windows as in this issue. Should I add a comment on this issue tracker?

I can’t reproduce this on RC3 (and as far as I can remember, this worked OK on RC1 & RC2 too).

What is you distro/release and display server (X11/Wayland) and display manager?
Are you using single-window mode or multi-window mode? (asking because many of my recent bug reports turned out to be dependent on this…).

If using multi, does it change if you work on an image that wasn’t open in the initial window? and does it persist if you do View > New view on that image and close the initial window?

Hi, sorry for the delay. This is my current setup:

Operating System: OpenMandriva ROME 25.01
KDE Plasma Version: 6.2.5
KDE Frameworks Version: 6.10.0
Qt Version: 6.8.1
Kernel Version: 6.12.9-desktop-1omv2490 (64-bit)
Graphics Platform: X11

I don’t seem to have an option for a Wayland session, unfortunately, so I can’t test if this may be the culprit.

As for single vs multi window mode, I’ve been using single mode (the default) but just tried enabling multi-window and had the same behavior. However, by going with the View > New View route the problem went away completely, even without closing the initial window.

Thank you, I think this does it for me :slight_smile: I wanted to report this in case it’s something that may need fixing in the final release?