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 694264 - AppDisplay: fix folder popup arrow
AppDisplay: fix folder popup arrow
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: overview
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-02-20 13:18 UTC by Giovanni Campagna
Modified: 2013-02-20 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
AppDisplay: fix folder popup arrow (3.13 KB, patch)
2013-02-20 13:18 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2013-02-20 13:18:51 UTC
The arrow origin must be in the coordinate space of the box pointer,
but it cannot be calculated when the box pointer is shown, because it's
not allocated yet, so pass the source to the boxpointer and adjust
the arrow at the next paint.
Comment 1 Giovanni Campagna 2013-02-20 13:18:54 UTC
Created attachment 236926 [details] [review]
AppDisplay: fix folder popup arrow
Comment 2 drago01 2013-02-20 14:50:25 UTC
Review of attachment 236926 [details] [review]:

Didn't test (no folders here) but code looks correct, so fine if it works.
Comment 3 Giovanni Campagna 2013-02-20 15:04:15 UTC
(In reply to comment #2)
> Review of attachment 236926 [details] [review]:
> 
> Didn't test (no folders here) but code looks correct, so fine if it works.

You should have Utilities and Sundry, if you have an updated gnome-menus and gnome-session.
Comment 4 Giovanni Campagna 2013-02-20 15:05:36 UTC
Attachment 236926 [details] pushed as 37700b4 - AppDisplay: fix folder popup arrow