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 669831 - overview is not shown when pointer hovers the hot corner during xdnd
overview is not shown when pointer hovers the hot corner during xdnd
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-02-10 19:29 UTC by Stefano Facchini
Modified: 2012-02-10 20:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
xdndHandler: prevent dummy actor from interfering with Hot Corner (1.09 KB, patch)
2012-02-10 19:30 UTC, Stefano Facchini
committed Details | Review

Description Stefano Facchini 2012-02-10 19:29:51 UTC
A dummy actor defined in xdndHandler.js is picked instead of the Hot Corner
Comment 1 Stefano Facchini 2012-02-10 19:30:14 UTC
Created attachment 207289 [details] [review]
xdndHandler: prevent dummy actor from interfering with Hot Corner

Since the dummy actor occupies exactly the same area of the Hot Corner,
it can be erroneously picked during xdnd operations. Fix this by
hiding it from pick.
Comment 2 drago01 2012-02-10 20:04:47 UTC
Review of attachment 207289 [details] [review]:

Good catch.