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 617785 - linear view: should follow dropped windows
linear view: should follow dropped windows
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-05-05 17:20 UTC by Owen Taylor
Modified: 2010-05-05 22:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[linearView] Activate workspace on window drop (1.66 KB, patch)
2010-05-05 20:47 UTC, Florian Müllner
committed Details | Review

Description Owen Taylor 2010-05-05 17:20:13 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.)
Comment 1 Florian Müllner 2010-05-05 20:47:41 UTC
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.
Comment 2 Owen Taylor 2010-05-05 21:56:38 UTC
Review of attachment 160378 [details] [review]:

Patch looks good, feels much nicer this way.
Comment 3 Florian Müllner 2010-05-05 22:07:13 UTC
Attachment 160378 [details] pushed as ae7f304 - [linearView] Activate workspace on window drop