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 446682 - zoom control popup menu positioning
zoom control popup menu positioning
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Keyboardability
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-12 11:02 UTC by Christian Persch
Modified: 2007-06-12 22:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.62 KB, patch)
2007-06-12 11:02 UTC, Christian Persch
none Details | Review

Description Christian Persch 2007-06-12 11:02:41 UTC
Bug 326733 added made the zoom control's popup menu keyboard activatable, but positions the menu wherever the mouse happens to be, instead of under the zoom control itself.
Comment 1 Christian Persch 2007-06-12 11:02:56 UTC
Created attachment 89800 [details] [review]
patch
Comment 2 Martin Wehner 2007-06-12 22:21:19 UTC
Great, thanks - I put it on HEAD after making it style-guide compliant (braces around one-line blocks, no initialization in declaration and tabs for indention):

2007-06-13  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-zoom-control.c: (zoom_popup_menu_show):
	Position the zoom popup menu under the control itself,
	not where the mouse cursor happens to be. (#446682)
	Patch from Christian Persch <chpe@gnome.org>