Dash filter can't scroll with cursor on dropdown
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity (Ubuntu) |
Fix Released
|
Low
|
Andrea Azzarone | ||
Xenial |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Impact]
In the filter results section of the Dash, there is an issue with the scrolling. It scrolls with the mouse wheel, except when the mouse cursor is on top the Categories and Sources dropdowns. To be able to scroll again, I have to move the cursor off of the dropdowns.
What I expected to happen: Being able to scroll down anywhere in the filter results section.
What happened instead: I cannot scroll when the cursor is on top of the Categories and Sources dropdowns.
[Test case]
1. Open the dash (you might need to restore it)
2. Click on Filter button to expand the filter view
3. Move the mouse over the "Categories" or "Sources" expanders
4. Start scrolling
The view should scroll properly
[Regression potential]
Nothing known
Related branches
- Marco Trevisan (Treviño): Approve
-
Diff: 30 lines (+9/-0)2 files modifieddash/FilterExpanderLabel.cpp (+8/-0)
dash/FilterExpanderLabel.h (+1/-0)
- Unity Team: Pending requested
-
Diff: 1517 lines (+607/-196)26 files modifieddash/FilterExpanderLabel.cpp (+8/-0)
dash/FilterExpanderLabel.h (+1/-0)
debian/changelog (+43/-0)
decorations/DecoratedWindow.cpp (+29/-1)
decorations/DecoratedWindow.h (+1/-0)
decorations/DecorationsForceQuitDialog.cpp (+7/-7)
decorations/DecorationsPriv.h (+3/-0)
decorations/DecorationsWindowButton.cpp (+34/-15)
decorations/DecorationsWindowButton.h (+2/-1)
launcher/SwitcherController.cpp (+3/-2)
launcher/SwitcherView.cpp (+9/-2)
lockscreen/UserAuthenticatorPam.cpp (+3/-2)
panel/PanelMenuView.cpp (+1/-1)
panel/PanelView.cpp (+3/-0)
plugins/unityshell/src/unityshell.cpp (+28/-14)
plugins/unityshell/src/unityshell.h (+2/-2)
shutdown/SessionView.cpp (+0/-8)
unity-shared/CMakeLists.txt (+1/-0)
unity-shared/DashStyle.cpp (+42/-82)
unity-shared/DashStyle.h (+10/-14)
unity-shared/DecorationStyle.cpp (+6/-1)
unity-shared/OverlayRenderer.cpp (+113/-42)
unity-shared/PluginAdapter.cpp (+1/-1)
unity-shared/SpreadWidgets.cpp (+195/-0)
unity-shared/SpreadWidgets.h (+48/-0)
unity-shared/WindowButtons.cpp (+14/-1)
affects: | unity8 (Ubuntu) → unity (Ubuntu) |
Changed in unity (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Low |
description: | updated |
tags: |
added: verification-done removed: verification-needed |
In which scope are you having this problem?