GNOME Bugzilla – Bug 700853
workspace: fix DND to the workspace thumbnail
Last modified: 2013-05-23 16:11:23 UTC
Stuff is partially covered by the drop rectangle of workspace, see patch.
Created attachment 245075 [details] [review] workspace: don't use multiple later calls to propagate actualGeometry calls Meta laters are invoked in reverse order of registration, so having multiple laters propagating the geometry cause all but the first one in the frame (which is usually wrong) to be ignored. Instead, queue at most one later call, and use the last set geometry in the callback.
Review of attachment 245075 [details] [review]: OK.
Attachment 245075 [details] pushed as 727e4c0 - workspace: don't use multiple later calls to propagate actualGeometry calls