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 128165 - Drawing issue with drop-down widget
Drawing issue with drop-down widget
Status: RESOLVED DUPLICATE of bug 121306
Product: gtk+
Classification: Platform
Component: .General
2.2.x
Other Linux
: Normal minor
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2003-11-29 13:56 UTC by Evert Verhellen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Actual Results (10.17 KB, image/png)
2003-11-29 13:57 UTC, Evert Verhellen
Details
Expected Results (14.76 KB, image/png)
2003-11-29 13:58 UTC, Evert Verhellen
Details

Description Evert Verhellen 2003-11-29 13:56:17 UTC
If a drop-down widget has too many items to fit between the drop-down
widget and the bottom of the screen, there appears some whitespace above
the first item, which looks like a bug to me. I have so far only seen it in
The GIMP, though it may as well be an issue in GTK+.

 1. Start gimp-1.3.
 2. Press [Ctrl]+[N].
 3. Press [Enter].
 4. Press [Shift]+[Ctrl]+[S].
 5. Click on `By Extension'.

Actual Results:

See 1st screenshot.

Expected Results:

See 2nd screenshot.

Version details:
gimp-1.3.22-1.fr
gtk2-2.2.4-5.1
Comment 1 Evert Verhellen 2003-11-29 13:57:35 UTC
Created attachment 21917 [details]
Actual Results
Comment 2 Evert Verhellen 2003-11-29 13:58:12 UTC
Created attachment 21918 [details]
Expected Results
Comment 3 Simon Budig 2003-11-29 14:10:31 UTC
This is intentional and a Feature of GTK+. The idea is, that you don't
accidentially switch the selected item by just pressing/releasing the
mouse button. You can access all items by scrolling the menu down.
Comment 4 Sven Neumann 2003-11-29 14:20:09 UTC
The point is that GTK+ positions the selected menu item under the mouse.
Comment 5 Evert Verhellen 2003-11-29 14:45:16 UTC
I understand the reasoning. Though, maybe the extraneous whitespace
shouldn't be displayed so that it doesn't look like a bug?
Comment 6 Sven Neumann 2003-11-29 14:51:23 UTC
And then? Resize the window when the mouse moves to the bottom? I
don't think that would be an acceptable solution. However it doesn't
make sense to discuss this here further. If you think this is a
problem, open a bug-report against GTK+.
Comment 7 Evert Verhellen 2003-11-29 15:04:09 UTC
Changing product to gtk+.
Comment 8 Raphaël Quinet 2003-12-17 16:27:25 UTC
Marking as a duplicate instead of keeping this as a separate issue...
See also bug #129463.


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