Dash closes prematurely when dragging apps into the launcher
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Ayatana Design |
Fix Released
|
Medium
|
John Lea | ||
| Unity |
Fix Released
|
Medium
|
Jason Smith | ||
| unity (Ubuntu) |
Fix Released
|
Medium
|
Jason Smith | ||
Bug Description
Binary package hint: unity
Dragging application icons from the dash into the launcher should not close the dash automatically. It means I have to dig through with multiple clicks for each app I want to drag into the launcher. Increasing the number of clicks the user has to perform to find apps, and also closing a window/area (the dash) without asking the user are both less than ideal.
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.10-0ubuntu2
ProcVersionSign
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
CompizPlugins: [core,bailer,
Date: Sat Apr 30 14:50:31 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
ProcEnviron:
LANGUAGE=en_AU:en
LANG=en_AU.UTF-8
SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Gord Allott: Pending requested
-
Diff: 257 lines (+108/-11) 6 files modifiedapiplugins/unityshell/src/Launcher.cpp (+52/-6)
plugins/unityshell/src/Launcher.h (+7/-1)
plugins/unityshell/src/PlacesController.cpp (+30/-0)
plugins/unityshell/src/PlacesController.h (+3/-1)
plugins/unityshell/src/PlacesSimpleTile.cpp (+12/-3)
plugins/unityshell/src/UBusMessages.h (+4/-0)
- Unity Team: Pending requested
-
Diff: 12 lines (+0/-3) 1 file modifiedapiplugins/unityshell/src/ResultViewGrid.cpp (+0/-3)
- Dependencies.txt Edit (5.6 KiB, text/plain; charset="utf-8")
- GconfCompiz.txt Edit (36.7 KiB, text/plain; charset="utf-8")
+ Dash closes prematurely when dragging icons
Needs design discussion. Marking incomplete.
This is not a duplicate of bug 764641. In fact, quite the opposite.
I have now updated the bug title so a fix for this bug does not conflict with the fix for bug 764641.
Certainly dragging an icon to the desktop (right, down, or up) should hide the dash. But dragging an icon to the left only passing over the launcher, should not close the dash.
+ Dash closes prematurely when dragging icons into the launcher
Daniel van Vugt; yes agreed, thanks for cleaning that up
Alternatively, the behaviour should be determined by the type of icon being dragged. It seems apps can only by dragged into the launcher, and files can only be dragged onto the desktop or a folder. The two classes of icons seem to be mutually exclusive by design.
So an even simpler solution in theory, which is still compatible with the fix for 764641, is to try and determine the type of icon being dragged. If it's a file/folder then hide the dash. If it's an app, then don't hide the dash.
+ Dash closes prematurely when dragging apps into the launcher
removed: needs-design
This bug was fixed in the package unity - 4.16.0-0ubuntu1
---------------
unity (4.16.0-0ubuntu1) oneiric; urgency=low
* New upstream release.
- compiz crashed with SIGSEGV in nux::GpuDevice:
(LP: #765375)
- F10 doesn't start keyboard navigation to the panel (LP: #839628)
- Change on the at-spi accessibility-
(LP: #844927)
- compiz crashed with SIGSEGV when a lens is shutting down (LP: #848675)
- [UIFe] Radiance panel icons are unreadable and ugly when panel goes
transparent with Dash (LP: #828862)
- window switcher stuck (not only, but can be triggered with Onboard)
(LP: #832033)
- Window titlebar is click through after raising a minimized window
(LP: #840285)
- Alt+Shift+` does not work in symmetry with Alt+` (LP: #843250)
- UIFe: Alt-Tab: Update layout behavior to make previews larger and
outline active preview (LP: #847944)
- windows clipped on resize (LP: #848962)
- Alt-tab - Add orange border to selected window in alt-tab window spread
(LP: #838114)
- Launcher - the direction the Launcher is scrolled with the mouse wheel
is inverted (LP: #839703)
- Launcher - the rendering of the BFB and Lens squircle does not match the
design (LP: #838708)
- Alt-Tab - In the app window spread, all windows should have the same
height, only the width should vary (LP: #838110)
- Launcher - the background of the Launcher should be tinted using the
average colour of the wallpaper (LP: #850068)
- Alt-tab - It is currently very difficult to see pips in the left of the
app icon for the currently selected app (LP: #838134)
- Launcher - Auto scroll missing from the top of the Launcher
(LP: #838744)
- Scope searches blocks the lens (LP: #850816)
- Shortcuts SUPER+1...9 doesn’t work until opening a window (LP: #768076)
- Dash closes prematurely when dragging apps into the launcher
(LP: #773892)
- Dash - As soon as a user starts dragging a .png file from the Dash, the
file icon turns into a grey question mark (LP: #764447)
- Dash shows an empty icon for some applications. (LP: #830887)
- Windows are click through after restore from minimize (LP: #834034)
- Dash - No keyboard shortcuts for switching lenses (LP: #842086)
- Dash search for files states "two more results" but doesn't display them
(LP: #840005)
- <meta>+
work anymore (LP: #842977)
- Alt-tab - Cross interactions between Alt-tab and Dash are broken
(LP: #844021)
- UIFe: Dash - Shape and positioning of most of the elements in the Dash
need adjustment (Part 2) (LP: #844889)
- Alt-Tab - make pause to spread default alt-tab behaviour. Upgrade
existing installs as well. (LP: #838075)
- Do not install unity-preference (LP: #847599)
- Update unity --distro to latest plugins installed (LP: #847799)
- off by one error in count of additional results in a category
(LP: #848218)
- UIFe - Launcher - The background of the BFB, Workspace Switcher, Lens,
...
removed: udo