Launcher, Window management - Dragging and holding a selection over an entry in the Launcher should spread out windows belonging to that application
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Committed
|
Critical
|
John Lea | ||
Compiz |
Fix Released
|
High
|
Marco Trevisan (Treviño) | ||
0.9.11 |
Fix Released
|
High
|
Marco Trevisan (Treviño) | ||
One Hundred Papercuts |
Fix Released
|
Undecided
|
Unassigned | ||
Unity |
Fix Released
|
High
|
Marco Trevisan (Treviño) | ||
7.2 |
Fix Released
|
Medium
|
Marco Trevisan (Treviño) | ||
compiz (Ubuntu) |
Fix Released
|
High
|
Marco Trevisan (Treviño) | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned | ||
unity (Ubuntu) |
Fix Released
|
High
|
Marco Trevisan (Treviño) | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Impact]
If the user drags and hold a file over a running application in the Launcher, all the windows of that application should be shown with the spread. The user should then be able to drag and drop the file in a windows in the spread to load the file into that specific window.
[Test Case]
1) Open two windows instances of the same application (say firefox)
2) Drag a file from the file-manager or the desktop and hover the firefox icon
3) After one second the firefox icon is hovered, the spread will occur
4) You should be able to hover one of the firefox windows and it should
show a spinner, after 750ms (by default) the hovered windows should be focused
and raised
5) You should now be able to drop the content you're dragging (if the selected
application supports that content).
[Regression Potential]
This codepath was mostly disabled in the current compiz and unity code because it was buggy, so the regression potential is very low, although it might happen that, if some race-condition happens, when closing the scale the launcher might be still painted as if it would be in scale mode (desaturated) even if it's not the case anymore.
*** SRU debdiff links ***
The Unity SRU debdiff for this can be found at https:/
The Compiz SRU debdiff for this can be found at https:/
#######
Bug #727903 needs to be fixed at the same time.
-------
History:
This bug had been previously fixed as "buggybutclosed" for Unity on 2011-04-18, leaving this function with other bugs:
https:/
https:/
https:/
https:/
https:/
On 2011-10-18, it was reopened for regression in Oneiric.
Related branches
- Christopher Townsend (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 717 lines (+273/-106)9 files modifieddebian/compiz-core.install (+0/-1)
debian/compiz-plugins-default.install (+1/-0)
debian/compiz-plugins.install (+1/-0)
debian/compiz-plugins.install.armel (+1/-0)
debian/compiz-plugins.install.armhf (+1/-0)
plugins/scale/include/scale/scale.h (+0/-1)
plugins/scale/scale.xml.in (+14/-0)
plugins/scale/src/privates.h (+10/-4)
plugins/scale/src/scale.cpp (+245/-100)
- PS Jenkins bot (community): Approve (continuous-integration)
- Christopher Townsend (community): Approve
- Brandon Schaefer (community): Approve
-
Diff: 313 lines (+76/-43)10 files modifieddash/DashController.cpp (+3/-1)
hud/HudController.cpp (+1/-0)
launcher/AbstractLauncherIcon.h (+3/-2)
launcher/ApplicationLauncherIcon.cpp (+15/-14)
launcher/ApplicationLauncherIcon.h (+0/-1)
launcher/Launcher.cpp (+19/-2)
launcher/TrashLauncherIcon.cpp (+1/-0)
launcher/VolumeLauncherIcon.cpp (+1/-0)
plugins/unityshell/src/unityshell.cpp (+6/-15)
unity-shared/PluginAdapter.cpp (+27/-8)
- Marco Trevisan (Treviño): Approve
-
Diff: 3472 lines (+1152/-478)54 files modifiedUnityCore/GnomeSessionManager.cpp (+32/-0)
UnityCore/GnomeSessionManagerImpl.h (+4/-0)
UnityCore/SessionManager.h (+4/-0)
dash/DashController.cpp (+3/-1)
debian/changelog (+59/-0)
hud/HudController.cpp (+1/-0)
launcher/AbstractLauncherIcon.h (+3/-2)
launcher/ApplicationLauncherIcon.cpp (+20/-19)
launcher/ApplicationLauncherIcon.h (+0/-1)
launcher/Launcher.cpp (+26/-10)
launcher/LauncherIcon.cpp (+7/-3)
launcher/LauncherIcon.h (+2/-1)
launcher/SwitcherView.cpp (+54/-31)
launcher/SwitcherView.h (+3/-4)
launcher/TrashLauncherIcon.cpp (+1/-0)
launcher/VolumeLauncherIcon.cpp (+1/-0)
lockscreen/LockScreenAbstractShield.h (+0/-1)
lockscreen/LockScreenController.cpp (+2/-3)
lockscreen/LockScreenShield.cpp (+0/-6)
lockscreen/LockScreenShield.h (+0/-1)
lockscreen/UserPromptView.cpp (+8/-99)
lockscreen/UserPromptView.h (+1/-13)
panel/PanelIndicatorEntryView.cpp (+7/-0)
plugins/unityshell/src/GesturalWindowSwitcher.cpp (+3/-0)
plugins/unityshell/src/GesturalWindowSwitcher.h (+1/-0)
plugins/unityshell/src/unityshell.cpp (+57/-50)
plugins/unityshell/src/unityshell.h (+2/-0)
po/POTFILES.in (+1/-0)
po/unity.pot (+70/-3)
shortcuts/ShortcutController.cpp (+4/-6)
shortcuts/ShortcutView.cpp (+113/-48)
shortcuts/ShortcutView.h (+9/-3)
shutdown/SessionButton.cpp (+30/-5)
shutdown/SessionButton.h (+5/-0)
shutdown/SessionController.cpp (+2/-0)
shutdown/SessionView.cpp (+68/-27)
shutdown/SessionView.h (+5/-0)
tests/test-gestures/LockScreenControllerMock.h (+43/-0)
tests/test-gestures/sed_script_switcher (+2/-0)
tests/test-gestures/unityshell_mock.h (+8/-1)
tests/test_lockscreen_controller.cpp (+0/-1)
tests/test_switcher_view.cpp (+1/-2)
tests/test_unity_window_view.cpp (+9/-9)
unity-shared/EMConverter.cpp (+2/-2)
unity-shared/IMTextEntry.cpp (+7/-0)
unity-shared/IMTextEntry.h (+2/-0)
unity-shared/PluginAdapter.cpp (+43/-10)
unity-shared/RawPixel.cpp (+1/-1)
unity-shared/TextInput.cpp (+178/-4)
unity-shared/TextInput.h (+19/-4)
unity-shared/UnityWindowStyle.cpp (+135/-62)
unity-shared/UnityWindowStyle.h (+35/-20)
unity-shared/UnityWindowView.cpp (+53/-25)
unity-shared/UnityWindowView.h (+6/-0)
- Unity Team: Pending requested
-
Diff: 1674 lines (+1380/-30) (has conflicts)7 files modifiedCMakeLists.txt (+5/-0)
ChangeLog (+1162/-0)
debian/changelog (+77/-26)
debian/control (+1/-1)
po/unity.pot (+70/-3)
shutdown/SessionView.cpp (+55/-0)
shutdown/SessionView.h (+10/-0)
- Stephen M. Webb: Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 754 lines (+289/-106)11 files modifieddebian/changelog (+14/-0)
debian/compiz-core.install (+0/-1)
debian/compiz-plugins-default.install (+1/-0)
debian/compiz-plugins.install (+1/-0)
debian/compiz-plugins.install.armel (+1/-0)
debian/compiz-plugins.install.armhf (+1/-0)
debian/control (+2/-0)
plugins/scale/include/scale/scale.h (+0/-1)
plugins/scale/scale.xml.in (+14/-0)
plugins/scale/src/privates.h (+10/-4)
plugins/scale/src/scale.cpp (+245/-100)
Changed in ayatana-design: | |
assignee: | nobody → David Siegel (djsiegel) |
Changed in unity: | |
assignee: | nobody → Gord Allott (gordallott) |
importance: | Undecided → Low |
milestone: | none → 2010-09-02 |
status: | New → Triaged |
Changed in unity: | |
milestone: | 2010-09-02 → 2010-09-16 |
Changed in unity: | |
milestone: | 2010-09-16 → backlog |
Changed in unity: | |
assignee: | Gord Allott (gordallott) → Jason Smith (jassmith) |
milestone: | backlog → none |
tags: | added: backlog |
Changed in unity: | |
milestone: | none → 3.4 |
Changed in unity: | |
milestone: | 3.4 → 3.6 |
Changed in unity-2d: | |
status: | New → Confirmed |
milestone: | none → 3.6 |
importance: | Undecided → High |
Changed in unity-2d: | |
assignee: | nobody → Shane Fagan (shanepatrickfagan) |
Changed in unity: | |
milestone: | 3.6 → 3.4.4 |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity-2d: | |
assignee: | Shane Fagan (shanepatrickfagan) → Olivier Tilloy (osomon) |
milestone: | 3.6 → none |
Changed in unity-2d: | |
status: | Confirmed → In Progress |
Changed in unity-2d: | |
status: | In Progress → Triaged |
tags: | added: udt |
Changed in ayatana-design: | |
status: | New → Fix Committed |
Changed in unity: | |
status: | Fix Released → Triaged |
tags: | added: delta-with-3d |
Changed in unity (Ubuntu): | |
status: | New → Triaged |
Changed in unity-2d: | |
milestone: | none → 3.10 |
Changed in unity: | |
status: | Triaged → Fix Released |
Changed in unity (Ubuntu): | |
status: | Triaged → Fix Released |
Changed in unity-2d: | |
milestone: | 3.10 → none |
Changed in unity-2d (Ubuntu): | |
status: | New → Triaged |
Changed in unity: | |
milestone: | none → backlog |
Changed in ayatana-design: | |
status: | Fix Committed → Triaged |
tags: | added: udp |
Changed in ayatana-design: | |
status: | Triaged → Fix Committed |
Changed in unity (Ubuntu): | |
status: | Fix Released → Triaged |
importance: | Undecided → High |
Changed in unity-2d (Ubuntu): | |
importance: | Undecided → High |
Changed in unity: | |
status: | Confirmed → Triaged |
description: | updated |
Changed in unity: | |
assignee: | Jason Smith (jassmith) → nobody |
description: | updated |
Changed in unity-2d: | |
assignee: | Olivier Tilloy (osomon) → nobody |
Changed in unity-2d (Ubuntu): | |
status: | Triaged → Won't Fix |
Changed in unity-2d: | |
status: | Triaged → Invalid |
no longer affects: | unity-2d (Ubuntu) |
affects: | unity-2d → compiz-core-ubuntu |
description: | updated |
Changed in unity: | |
milestone: | backlog → none |
tags: | added: exbacklog |
no longer affects: | compiz-core-ubuntu |
Changed in unity: | |
milestone: | none → backlog |
Changed in ayatana-design: | |
importance: | High → Critical |
Changed in unity: | |
importance: | High → Critical |
Changed in unity (Ubuntu): | |
importance: | High → Critical |
summary: |
- Dragging and holding a selection over an entry in the Launcher should - spread out windows belonging to that application + Launcher, Window management - Dragging and holding a selection over an + entry in the Launcher should spread out windows belonging to that + application |
Changed in hundredpapercuts: | |
status: | New → Confirmed |
Changed in hundredpapercuts: | |
milestone: | none → raring-round-3 |
Changed in ayatana-design: | |
status: | Fix Committed → Fix Released |
Changed in unity (Ubuntu): | |
status: | Triaged → Fix Released |
Changed in unity: | |
status: | Triaged → Fix Committed |
Changed in ayatana-design: | |
status: | Fix Released → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Triaged |
Changed in unity (Ubuntu): | |
status: | Fix Released → Triaged |
Changed in unity (Ubuntu): | |
status: | Triaged → Fix Committed |
Changed in unity: | |
status: | Triaged → Fix Released |
Changed in hundredpapercuts: | |
status: | Confirmed → Fix Released |
Changed in unity: | |
status: | Fix Released → Triaged |
Changed in unity (Ubuntu): | |
status: | Fix Committed → Triaged |
Changed in unity (Ubuntu): | |
importance: | Critical → High |
Changed in unity: | |
importance: | Critical → High |
Changed in unity: | |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
description: | updated |
Changed in unity: | |
milestone: | backlog → 7.2.1 |
Changed in unity (Ubuntu): | |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
Changed in unity: | |
status: | Triaged → In Progress |
Changed in unity (Ubuntu): | |
status: | Triaged → In Progress |
Changed in compiz: | |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
importance: | Undecided → High |
milestone: | none → 0.9.11.0 |
status: | New → In Progress |
Changed in compiz (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
tags: | added: dnd |
Changed in compiz (Ubuntu): | |
importance: | Undecided → High |
Changed in unity: | |
milestone: | 7.2.1 → 7.2.2 |
Changed in unity: | |
milestone: | 7.2.2 → 7.3.0 |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in compiz: | |
status: | In Progress → Fix Committed |
Changed in compiz: | |
milestone: | 0.9.11.0 → 0.9.12.0 |
Changed in unity: | |
status: | Fix Committed → Fix Released |
description: | updated |
Changed in compiz: | |
status: | Fix Committed → Fix Released |
Launcher Specification, use case 2.17, documents this.