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 150404 - Menus opened at the bottom of the screen appear scrolled
Menus opened at the bottom of the screen appear scrolled
Status: RESOLVED DUPLICATE of bug 129463
Product: gtk+
Classification: Platform
Component: .General
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-08-17 21:45 UTC by Billy Biggs
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot (27.58 KB, image/png)
2004-08-17 21:46 UTC, Billy Biggs
Details

Description Billy Biggs 2004-08-17 21:45:24 UTC
GTK+-2.4.4

1. Open the 'menus' example in gtk-demo
2. Move the window to the bottom of the screen such that just the
   menu button is visible
3. Click the button, observe that the menu contents are scrolled off
   the screen, yet there is plenty of room in the created window.
   Screenshot attached.

This seems similar (but easier to reproduce) than bug 144213, and the same as
the example mentioned in bug 119821 (although it may have been posted to the
wrong bug report).

I cannot reproduce this with GTK+-2.2.1.
Comment 1 Billy Biggs 2004-08-17 21:46:20 UTC
Created attachment 30680 [details]
Screenshot

The top shows the bottom of the screen before opening the menu, the bottom
shows the result of clicking on the menu.  Hovering over the down arrow pushes
the rest of the contents of the menu up to fill in the empty space.
Comment 2 Vincent Noel 2004-08-17 22:06:04 UTC
As mentioned in bug 119821, this is the intended behavior for option menus, such
as the one you show in your screenshot. Bug 144213 is about a regular menu,
which should not get scrolled.
Comment 3 Billy Biggs 2004-08-17 22:28:56 UTC
Can you explain further the intended behaviour more for option menus?  It is not
clear to me what it is supposed to achieve, or what the use case is.
Comment 4 Vincent Noel 2004-08-18 14:37:26 UTC
In fact this behavior intends to keep the active selection of the menu under the
mouse... So if you click on the option menu and click on it right again, the
same option will stay selected.
However, I agree with you : it looks weird, and I'm not sure we gain that much
by doing that ;)
Comment 5 Owen Taylor 2004-08-18 15:15:27 UTC
See discussion in bug 129463.


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