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 621385 - [popupMenu] Fix wrong positioning when showing for the first time
[popupMenu] Fix wrong positioning when showing for the first time
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-06-12 15:55 UTC by drago01
Modified: 2010-06-12 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[popupMenu] Fix wrong positioning when showing for the first time (1.55 KB, patch)
2010-06-12 15:55 UTC, drago01
committed Details | Review

Description drago01 2010-06-12 15:55:04 UTC
See patch.
Comment 1 drago01 2010-06-12 15:55:24 UTC
Created attachment 163477 [details] [review]
[popupMenu] Fix wrong positioning when showing for the first time

We query the transformed position and size of the popupMenu before actually showing
it which results into wrong positioning, when displaying it for the first time.

In case of the statusMenu this can even result into it being offscreen.
Comment 2 drago01 2010-06-12 16:17:31 UTC
Attachment 163477 [details] pushed as a691192 - [popupMenu] Fix wrong positioning when showing for the first time, with a small change as per IRC review.