run the wrong command if enter is hit before the view is refreshed
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Unity |
Fix Released
|
High
|
Michal Hruby | ||
| Unity Distro Priority |
Fix Released
|
Undecided
|
Unassigned | ||
| libunity |
Fix Released
|
High
|
Neil J. Patel | ||
| libunity (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
| Oneiric |
Fix Released
|
High
|
Unassigned | ||
| unity (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
| Oneiric |
Fix Released
|
High
|
Unassigned | ||
| unity-lens-applications (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
| Oneiric |
Fix Released
|
High
|
Unassigned | ||
Bug Description
Using Oneiric beta2, if you do alt-f2, type a command and hit "enter" before the view is refreshed the wrong command is run (i.e it seems to run the previously used and not the one you just typed)
Related branches
- Mikkel Kamstrup Erlandsen (community): Approve
- Diff: 0 lines api
- Mikkel Kamstrup Erlandsen (community): Approve
-
Diff: 35 lines (+4/-3) 2 files modifiedapisrc/daemon.vala (+2/-2)
src/runner.vala (+2/-1)
- Tim Penhey (community): Approve
- Mikkel Kamstrup Erlandsen (community): Approve
-
Diff: 124 lines (+58/-1) 3 files modifiedapimanual-tests/Dash.txt (+13/-0)
plugins/unityshell/src/DashView.cpp (+39/-1)
plugins/unityshell/src/DashView.h (+6/-0)
- Mikkel Kamstrup Erlandsen (community): Approve
-
Diff: 14743 lines (+5547/-2849) (has conflicts) 200 files modifiedapiCMakeLists.txt (+1/-1)
UnityCore/DBusIndicators.cpp (+1/-1)
UnityCore/GLibWrapper.cpp (+5/-0)
UnityCore/GLibWrapper.h (+1/-0)
com.canonical.Unity.gschema.xml (+0/-7)
plugins/unityshell/src/AbstractIconRenderer.h (+1/-1)
plugins/unityshell/src/AbstractLauncherIcon.h (+9/-1)
plugins/unityshell/src/Autopilot.cpp (+1/-1)
plugins/unityshell/src/BFBLauncherIcon.cpp (+8/-0)
plugins/unityshell/src/BFBLauncherIcon.h (+8/-0)
plugins/unityshell/src/BGHash.cpp (+14/-1)
plugins/unityshell/src/BGHash.h (+3/-0)
plugins/unityshell/src/BackgroundEffectHelper.h (+0/-1)
plugins/unityshell/src/BamfLauncherIcon.cpp (+7/-1)
plugins/unityshell/src/BamfLauncherIcon.h (+8/-0)
plugins/unityshell/src/DashController.cpp (+44/-41)
plugins/unityshell/src/DashController.h (+5/-5)
plugins/unityshell/src/DashSearchBar.cpp (+3/-17)
plugins/unityshell/src/DashSearchBar.h (+0/-1)
plugins/unityshell/src/DashSearchBarSpinner.cpp (+7/-13)
plugins/unityshell/src/DashSearchBarSpinner.h (+0/-1)
plugins/unityshell/src/DashSettings.cpp (+108/-46)
plugins/unityshell/src/DashSettings.h (+27/-26)
plugins/unityshell/src/DashStyle.cpp (+454/-139)
plugins/unityshell/src/DashStyle.h (+101/-58)
plugins/unityshell/src/DashView.cpp (+62/-48)
plugins/unityshell/src/DashView.h (+5/-1)
plugins/unityshell/src/DebugDBusInterface.cpp (+54/-83)
plugins/unityshell/src/DebugDBusInterface.h (+8/-8)
plugins/unityshell/src/DesktopLauncherIcon.cpp (+8/-0)
plugins/unityshell/src/DesktopLauncherIcon.h (+13/-0)
plugins/unityshell/src/DeviceLauncherIcon.cpp (+66/-1)
plugins/unityshell/src/DeviceLauncherIcon.h (+11/-2)
plugins/unityshell/src/DeviceLauncherSection.cpp (+3/-0)
plugins/unityshell/src/DeviceLauncherSection.h (+5/-1)
plugins/unityshell/src/FilterBar.cpp (+5/-5)
plugins/unityshell/src/FilterBar.h (+0/-1)
plugins/unityshell/src/FilterBasicButton.cpp (+12/-15)
plugins/unityshell/src/FilterBasicButton.h (+2/-4)
plugins/unityshell/src/FilterExpanderLabel.cpp (+13/-6)
plugins/unityshell/src/FilterExpanderLabel.h (+2/-3)
plugins/unityshell/src/FilterGenreButton.cpp (+8/-10)
plugins/unityshell/src/FilterGenreButton.h (+0/-1)
plugins/unityshell/src/FilterGenreWidget.cpp (+10/-14)
plugins/unityshell/src/FilterGenreWidget.h (+0/-1)
plugins/unityshell/src/FilterMultiRangeButton.cpp (+26/-32)
plugins/unityshell/src/FilterMultiRangeButton.h (+2/-4)
plugins/unityshell/src/FilterMultiRangeWidget.cpp (+3/-7)
plugins/unityshell/src/FilterMultiRangeWidget.h (+0/-1)
plugins/unityshell/src/FilterRatingsButton.cpp (+28/-33)
plugins/unityshell/src/FilterRatingsButton.h (+3/-4)
plugins/unityshell/src/FilterRatingsWidget.cpp (+5/-10)
plugins/unityshell/src/FilterRatingsWidget.h (+0/-1)
plugins/unityshell/src/GeisAdapter.cpp (+4/-3)
plugins/unityshell/src/HomeView.cpp (+4/-10)
plugins/unityshell/src/HomeView.h (+0/-1)
plugins/unityshell/src/IMTextEntry.cpp (+0/-1)
plugins/unityshell/src/IconRenderer.cpp (+18/-18)
plugins/unityshell/src/IconRenderer.h (+4/-4)
plugins/unityshell/src/IconTexture.cpp (+0/-5)
plugins/unityshell/src/IconTexture.h (+4/-1)
plugins/unityshell/src/Introspectable.cpp (+1/-2)
plugins/unityshell/src/Introspectable.h (+4/-1)
plugins/unityshell/src/Launcher.cpp (+15/-14)
plugins/unityshell/src/Launcher.h (+16/-14)
plugins/unityshell/src/LauncherController.cpp (+305/-146)
plugins/unityshell/src/LauncherController.h (+29/-64)
plugins/unityshell/src/LauncherHideMachine.cpp (+1/-1)
plugins/unityshell/src/LauncherHoverMachine.cpp (+1/-1)
plugins/unityshell/src/LauncherIcon.cpp (+8/-2)
plugins/unityshell/src/LauncherIcon.h (+11/-4)
plugins/unityshell/src/LauncherModel.cpp (+8/-0)
plugins/unityshell/src/LauncherModel.h (+11/-2)
plugins/unityshell/src/LensBar.cpp (+0/-5)
plugins/unityshell/src/LensBar.h (+0/-1)
plugins/unityshell/src/LensView.cpp (+13/-13)
plugins/unityshell/src/LensView.h (+0/-1)
plugins/unityshell/src/MockLauncherIcon.h (+9/-1)
plugins/unityshell/src/PanelController.cpp (+154/-108)
plugins/unityshell/src/PanelController.h (+24/-31)
plugins/unityshell/src/PanelIndicatorEntryView.cpp (+4/-7)
plugins/unityshell/src/PanelIndicatorsView.cpp (+0/-10)
plugins/unityshell/src/PanelIndicatorsView.h (+0/-1)
plugins/unityshell/src/PanelMenuView.cpp (+7/-53)
plugins/unityshell/src/PanelMenuView.h (+0/-1)
plugins/unityshell/src/PanelStyle.cpp (+52/-46)
plugins/unityshell/src/PanelStyle.h (+36/-27)
plugins/unityshell/src/PanelTray.cpp (+1/-6)
plugins/unityshell/src/PanelTray.h (+0/-1)
plugins/unityshell/src/PanelView.cpp (+9/-15)
plugins/unityshell/src/PanelView.h (+0/-3)
plugins/unityshell/src/PlacesGroup.cpp (+23/-23)
plugins/unityshell/src/PlacesGroup.h (+5/-1)
plugins/unityshell/src/PlacesHomeView.cpp (+14/-16)
plugins/unityshell/src/PlacesSimpleTile.cpp (+10/-8)
plugins/unityshell/src/PlacesSimpleTile.h (+1/-0)
plugins/unityshell/src/PlacesStyle.cpp (+0/-328)
plugins/unityshell/src/PlacesStyle.h (+0/-119)
plugins/unityshell/src/PlacesTile.cpp (+1/-7)
plugins/unityshell/src/PlacesTile.h (+1/-1)
plugins/unityshell/src/PreviewApplications.cpp (+3/-7)
plugins/unityshell/src/PreviewApplications.h (+1/-2)
plugins/unityshell/src/PreviewBase.cpp (+3/-7)
plugins/unityshell/src/PreviewBase.h (+1/-2)
plugins/unityshell/src/PreviewBasicButton.cpp (+10/-14)
plugins/unityshell/src/PreviewBasicButton.h (+2/-3)
plugins/unityshell/src/PreviewGeneric.cpp (+3/-7)
plugins/unityshell/src/PreviewGeneric.h (+0/-1)
plugins/unityshell/src/PreviewMusic.cpp (+1/-5)
plugins/unityshell/src/PreviewMusic.h (+0/-1)
plugins/unityshell/src/PreviewMusicTrack.cpp (+1/-5)
plugins/unityshell/src/PreviewMusicTrack.h (+0/-1)
plugins/unityshell/src/PreviewMusicTrackWidget.cpp (+1/-7)
plugins/unityshell/src/PreviewMusicTrackWidget.h (+0/-1)
plugins/unityshell/src/QuicklistMenuItem.cpp (+2/-14)
plugins/unityshell/src/QuicklistMenuItem.h (+0/-4)
plugins/unityshell/src/QuicklistMenuItemCheckmark.cpp (+0/-11)
plugins/unityshell/src/QuicklistMenuItemCheckmark.h (+0/-2)
plugins/unityshell/src/QuicklistMenuItemLabel.cpp (+0/-11)
plugins/unityshell/src/QuicklistMenuItemLabel.h (+0/-2)
plugins/unityshell/src/QuicklistMenuItemRadio.cpp (+0/-11)
plugins/unityshell/src/QuicklistMenuItemRadio.h (+0/-4)
plugins/unityshell/src/QuicklistMenuItemSeparator.cpp (+0/-12)
plugins/unityshell/src/QuicklistMenuItemSeparator.h (+0/-2)
plugins/unityshell/src/QuicklistView.cpp (+13/-57)
plugins/unityshell/src/QuicklistView.h (+4/-4)
plugins/unityshell/src/ResultRendererHorizontalTile.cpp (+18/-18)
plugins/unityshell/src/ResultRendererTile.cpp (+31/-30)
plugins/unityshell/src/ResultView.cpp (+9/-9)
plugins/unityshell/src/ResultView.h (+3/-3)
plugins/unityshell/src/ResultViewGrid.cpp (+13/-8)
plugins/unityshell/src/ResultViewGrid.h (+3/-2)
plugins/unityshell/src/SimpleLauncherIcon.cpp (+8/-0)
plugins/unityshell/src/SimpleLauncherIcon.h (+8/-0)
plugins/unityshell/src/SpacerLauncherIcon.cpp (+8/-3)
plugins/unityshell/src/SpacerLauncherIcon.h (+8/-6)
plugins/unityshell/src/StaticCairoText.cpp (+9/-15)
plugins/unityshell/src/StaticCairoText.h (+3/-4)
plugins/unityshell/src/SwitcherController.cpp (+65/-47)
plugins/unityshell/src/SwitcherController.h (+30/-22)
plugins/unityshell/src/SwitcherModel.cpp (+20/-3)
plugins/unityshell/src/SwitcherModel.h (+8/-7)
plugins/unityshell/src/SwitcherView.cpp (+4/-8)
plugins/unityshell/src/SwitcherView.h (+14/-12)
plugins/unityshell/src/Tooltip.cpp (+0/-9)
plugins/unityshell/src/Tooltip.h (+0/-4)
plugins/unityshell/src/TrashLauncherIcon.cpp (+5/-1)
plugins/unityshell/src/TrashLauncherIcon.h (+5/-1)
plugins/unityshell/src/WindowButtons.cpp (+42/-40)
plugins/unityshell/src/nux-area-accessible.cpp (+8/-8)
plugins/unityshell/src/nux-base-window-accessible.cpp (+24/-6)
plugins/unityshell/src/nux-base-window-accessible.h (+3/-0)
plugins/unityshell/src/nux-text-entry-accessible.cpp (+124/-0)
plugins/unityshell/src/nux-text-entry-accessible.h (+57/-0)
plugins/unityshell/src/nux-view-accessible.cpp (+2/-2)
plugins/unityshell/src/unity-dash-view-accessible.cpp (+114/-0)
plugins/unityshell/src/unity-dash-view-accessible.h (+57/-0)
plugins/unityshell/src/unity-launcher-accessible.cpp (+5/-0)
plugins/unityshell/src/unity-launcher-icon-accessible.cpp (+4/-0)
plugins/unityshell/src/unity-places-group-accessible.cpp (+168/-0)
plugins/unityshell/src/unity-places-group-accessible.h (+57/-0)
plugins/unityshell/src/unity-places-simple-tile-accessible.cpp (+140/-0)
plugins/unityshell/src/unity-places-simple-tile-accessible.h (+57/-0)
plugins/unityshell/src/unity-places-view-accessible.cpp (+0/-114)
plugins/unityshell/src/unity-places-view-accessible.h (+0/-57)
plugins/unityshell/src/unity-quicklist-accessible.cpp (+182/-0)
plugins/unityshell/src/unity-quicklist-accessible.h (+57/-0)
plugins/unityshell/src/unity-quicklist-menu-accessible.cpp (+367/-0)
plugins/unityshell/src/unity-quicklist-menu-accessible.h (+57/-0)
plugins/unityshell/src/unity-quicklist-menu-item-accessible.cpp (+299/-0)
plugins/unityshell/src/unity-quicklist-menu-item-accessible.h (+57/-0)
plugins/unityshell/src/unity-result-accessible.cpp (+132/-0)
plugins/unityshell/src/unity-result-accessible.h (+56/-0)
plugins/unityshell/src/unity-root-accessible.cpp (+135/-36)
plugins/unityshell/src/unity-root-accessible.h (+0/-3)
plugins/unityshell/src/unity-rvgrid-accessible.cpp (+398/-0)
plugins/unityshell/src/unity-rvgrid-accessible.h (+57/-0)
plugins/unityshell/src/unity-sctext-accessible.cpp (+157/-0)
plugins/unityshell/src/unity-sctext-accessible.h (+57/-0)
plugins/unityshell/src/unity-search-bar-accessible.cpp (+40/-23)
plugins/unityshell/src/unity-search-bar-accessible.h (+0/-4)
plugins/unityshell/src/unity-util-accessible.cpp (+0/-11)
plugins/unityshell/src/unity-util-accessible.h (+0/-1)
plugins/unityshell/src/unitya11y.cpp (+39/-7)
plugins/unityshell/src/unitya11ytests.cpp (+4/-0)
plugins/unityshell/src/unityshell.cpp (+178/-191)
plugins/unityshell/src/unityshell.h (+27/-34)
plugins/unityshell/unityshell.xml.in (+11/-1)
tests/CMakeLists.txt (+2/-8)
tests/TestDashStyle.cpp (+42/-42)
tests/TestFilterBar.cpp (+2/-6)
tests/TestFilters.cpp (+1/-5)
tests/TestLauncher.cpp (+6/-30)
tests/TestPanel.cpp (+6/-0)
tests/TestPreviewApplications.cpp (+1/-2)
tests/TestPreviewGeneric.cpp (+1/-2)
tests/TestPreviewMusic.cpp (+1/-2)
tests/TestResultView.cpp (+1/-3)
tests/TestSwitcher.cpp (+14/-13)
tests/standalone_dash.cpp (+3/-4)
- Mikkel Kamstrup Erlandsen (community): Approve
-
Diff: 105 lines (+44/-1) 2 files modifiedapiplugins/unityshell/src/DashView.cpp (+39/-1)
plugins/unityshell/src/DashView.h (+5/-0)
+ run the wrong command if enter is hit before the view is refreshed
This bug was fixed in the package libunity - 4.0.6-0ubuntu2
---------------
libunity (4.0.6-0ubuntu2) oneiric; urgency=low
* Backport r85 to make "SearchFinished signals work again", it's needed
to fix the unity dash activating the wrong entry on enter (lp: #856205)
-- Sebastien Bacher <email address hidden> 2011年9月29日 11:38:25 +0200
This bug was fixed in the package unity - 4.20.0-0ubuntu1
---------------
unity (4.20.0-0ubuntu1) oneiric; urgency=low
* New upstream release + cherry-pick:
- compiz crashed with SIGSEGV in PluginClassHand
CompWindow, 0>::get() (LP: #835259)
- dash does not scroll down during keyboard navigation (LP: #852506)
- compiz crashed with SIGSEGV in _XFreeEventCook
- compiz crashed with SIGSEGV in g_object_unref() (LP: #847512)
- compiz crashed with SIGSEGV in nux::WindowComp
(LP: #831678)
- compiz and X can disagree on the stacking order (LP: #845719)
- compiz crashed with SIGSEGV in unity::
(LP: #855252)
- CCSM crashes Unity (LP: #861643)
- compiz crashed with SIGSEGV in PrivateWindow:
(LP: #862115)
- Touch - When dragging a window with a 3 touch, dragging to the top
should show the maximize gesture preview. (LP: #750316)
- compiz crashed with SIGABRT in raise() (LP: #750386)
- Launcher - Spread should not affect the state of window (LP: #764673)
- [UIFe] Add system setting icon to Launcher (LP: #764744)
- compiz crashed with SIGABRT in raise() [Merely unchecking the Unity
plugin is enough to crash Compiz...] (LP: #823386)
- Launcher - does not hide if revealed from top 24px of the left edge of
the screen (LP: #835989)
- Clickable areas of previously active window remains on 'Show Desktop'
(LP: #836325)
- Cannot search for some apps in Dash (LP: #837075)
- Dash - Search box cursor not responding correctly to focus (LP: #839704)
- Multi-display: Application menu only showing on primary screen
(LP: #845212)
- Ellipsized values in size filter (LP: #851359)
- (oneiric) dash result expansions don't display icons (LP: #854615)
- run the wrong command if enter is hit before the view is refreshed
(LP: #856205)
- Java application windows cut-off/
(LP: #857201)
- compiz crashed with SIGSEGV in sigc::signal_
- Minimizing a window should switch focus to the windows underneath it
(breaks restore) (LP: #859885)
- Ratings filter allows ratings > 1.0 (LP: #861255)
- Serious Unity problem stuck in spread when dragging icons back to the
dash (LP: #862045)
- Must use hardware keyboard to perform search for applications in Unity
(LP: #739812)
- Files lens should also search Downloads (LP: #748915)
- The dash crosses the monitor boundary when resolution is 1152x864 or
lesser width (LP: #765338)
- Dash - dragging a file outside of the Desktop Dash should close the Dash
(LP: #764641)
- Text in Dash search text box overflows and doesn't crop with longer
strings; RtL input starts in wrong place (LP: #834765)
- Where the average background colour is either very light or dark, adjust
this value to darken/lighten in order to preserve readability
(LP: #837993)
- Dash does not resize when I connect to an external display and mirror
displays (LP: #83813...
that's still an issue in 4.20 or the candidate update that didrocks put in the ppa yesterday
For reference, the similar bug in Unity 2d is tracked on bug #774256
This bug was fixed in the package unity - 4.24.0-0ubuntu3
---------------
unity (4.24.0-0ubuntu3) precise; urgency=low
* Backported fix for lp: #856205
"run the wrong command if enter is hit before the view is refreshed"
-- Sebastien Bacher <email address hidden> 2011年12月12日 19:38:25 +0100
This bug was fixed in the package unity-lens-
---------------
unity-lens-
* Backport the fix for lp: #856205
"run the wrong command if enter is hit before the view is refreshed"
[ Didier Roche ]
* debian/control:
- don't dep anymore on zeitgeist-
is now provided by zeitgeist-core which is installed by libzeitgeist.
-- Sebastien Bacher <email address hidden> 2011年12月13日 11:19:09 +0100
Hello Sebastien, or anyone else affected,
Accepted unity-lens-
Hello Sebastien, or anyone else affected,
Accepted unity into oneiric-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https:/
I've tested unity and unity-lens-
removed: verification-needed
This bug was fixed in the package unity-lens-
---------------
unity-lens-
* Backport the fix for lp: #856205
"run the wrong command if enter is hit before the view is refreshed"
-- Sebastien Bacher <email address hidden> 2011年12月13日 11:39:52 +0100
This bug was fixed in the package unity - 4.24.0-0ubuntu2.1
---------------
unity (4.24.0-0ubuntu2.1) oneiric-proposed; urgency=low
* Backported fix for lp: #856205
"run the wrong command if enter is hit before the view is refreshed"
-- Sebastien Bacher <email address hidden> 2011年12月12日 18:48:44 +0100
Thanks for fixing this!!! ^_^
Status changed to 'Confirmed' because the bug affects multiple users.