GNOME Bugzilla – Bug 617785
linear view: should follow dropped windows
Last modified: 2010-05-05 22:07:17 UTC
When you drop a window onto a workspace visible at the edge of the screen, I think you should follow that window to the new workspace - otherwise, it's hard to tell what happened. I don't think shuffling a bunch of windows to the next workspace at once is a common use case. (And we switch workspace when dropping on the +, so not switching is inconsistent.)
Created attachment 160378 [details] [review] [linearView] Activate workspace on window drop When a dropped window is accepted by a workspace in linear view, it is moved to the new workspace. After that, the view zooms back in on the original workspace, resulting in the moved window disappearing from the user's sight. Change this rather unexpected behavior, so that a successful drop triggers a switch to the new workspace. This also improves consistency with drops on the (+) area.
Review of attachment 160378 [details] [review]: Patch looks good, feels much nicer this way.
Attachment 160378 [details] pushed as ae7f304 - [linearView] Activate workspace on window drop