Merge lp://staging/~azzar1/unity/fix-919567 into lp://staging/unity
Proposed by
Andrea Azzarone
Status: | Merged |
---|---|
Approved by: | Mikkel Kamstrup Erlandsen |
Approved revision: | no longer in the source branch. |
Merged at revision: | 1884 |
Proposed branch: | lp://staging/~azzar1/unity/fix-919567 |
Merge into: | lp://staging/unity |
Diff against target: |
186 lines (+39/-7) 10 files modified
manual-tests/Dash.txt (+16/-0) plugins/unityshell/src/DashSearchBar.cpp (+1/-1) plugins/unityshell/src/FilterBasicButton.cpp (+11/-5) plugins/unityshell/src/FilterBasicButton.h (+1/-0) plugins/unityshell/src/FilterExpanderLabel.cpp (+3/-1) plugins/unityshell/src/FilterMultiRangeButton.cpp (+2/-0) plugins/unityshell/src/FilterRatingsButton.cpp (+1/-0) plugins/unityshell/src/FilterWidget.cpp (+1/-0) plugins/unityshell/src/Launcher.cpp (+1/-0) plugins/unityshell/src/LensBarIcon.cpp (+2/-0) |
To merge this branch: | bzr merge lp://staging/~azzar1/unity/fix-919567 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mikkel Kamstrup Erlandsen (community) | Approve | ||
Mirco Müller (community) | Needs Fixing | ||
Review via email: mp+90340@code.staging.launchpad.net |
Description of the change
Make sure that the dash searchbar doesn't lose the focus when clicking on an empty dash area (or an area that should not get the focus on mouse down).
SetAccepetKeyNa
UNBLOCK
To post a comment you must log in.
Even without this branch it already works with trunk. So why is this branch needed?