GNOME Bugzilla – Bug 128165
Drawing issue with drop-down widget
Last modified: 2004-12-22 21:47:04 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
Created attachment 21917 [details] Actual Results
Created attachment 21918 [details] Expected Results
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.
The point is that GTK+ positions the selected menu item under the mouse.
I understand the reasoning. Though, maybe the extraneous whitespace shouldn't be displayed so that it doesn't look like a bug?
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+.
Changing product to gtk+.
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 ***