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 696447 - layout: Fix opening the overview for xdnd
layout: Fix opening the overview for xdnd
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-23 09:54 UTC by drago01
Modified: 2013-03-25 13:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
layout: Fix opening the overview for xdnd (908 bytes, patch)
2013-03-23 09:54 UTC, drago01
committed Details | Review

Description drago01 2013-03-23 09:54:43 UTC
See patch, this broke while porting the hotcorner to
barriers.
Comment 1 drago01 2013-03-23 09:54:45 UTC
Created attachment 239621 [details] [review]
layout: Fix opening the overview for xdnd

In the (no barriers) fallback case handleDragOver has somehow
ended up being turned into a nop and thus breaking xdnd
overview opening.

Fix that by calling _toggleOverview() when a xdnd source triggers
it.
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-03-23 16:36:48 UTC
Review of attachment 239621 [details] [review]:

Whoops.
Comment 3 drago01 2013-03-25 13:43:52 UTC
Attachment 239621 [details] pushed as 94778c0 - layout: Fix opening the overview for xdnd

Pushed with r-t approval.