GNOME Bugzilla – Bug 642329
Minor workspace fixes
Last modified: 2011-02-20 17:40:35 UTC
Three unrelated fixes for crashes and misbehaviors with workspaces and workspace thumbnails.
Created attachment 180859 [details] [review] workspaceThumbnail: fix stacking for newly added actors We don't necessarily get a syncStacking call when an actor is added at the top of the workspace, so make sure to set the stackAbove value for it correctly.
Created attachment 180860 [details] [review] workspaceThumbnail: forbid manipulations of removed workspaces Don't allow dragging onto a removed workspace or activating it.
Created attachment 180861 [details] [review] Fix cursor when dragging a window over its current workspace When we are dragging a window over its current workspace or workspace thumbnail, we show show "no drop possible" feedback instead of "move here" feedback.
Review of attachment 180859 [details] [review]: Makes sense.
Review of attachment 180860 [details] [review]: Looks good.
Review of attachment 180861 [details] [review]: Makes sense.
Attachment 180859 [details] pushed as 89cc680 - workspaceThumbnail: fix stacking for newly added actors Attachment 180860 [details] pushed as 45fe44d - workspaceThumbnail: forbid manipulations of removed workspaces Attachment 180861 [details] pushed as 01097ac - Fix cursor when dragging a window over its current workspace