Mouse cursor changes to the "window resize" mode when it should not
Bug #1640776 reported by
Albert Astals Cid
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
New
|
Undecided
|
Unassigned | ||
unity8 (Ubuntu) |
Fix Released
|
Medium
|
Albert Astals Cid |
Bug Description
when it should not = when the window is under a launcher quicklist
How to reproduce:
* Put a window close enough to the launcher
* open the launcher
* Right click on a launcher icon
* Move the window so that it's both above the launcher quicklist and in a window border
* See how the mouse cursor changes to "resizing mode"
Actually i guess it should not even matter if you're over the quicklist or not, i guess that simply the cursor should never change to resizing mode when there's a quicklist open?
Related branches
lp://staging/~aacid/unity8/eatHoverWhenLauncherMenuIsOpen
- Michael Zanetti (community): Approve
- Unity8 CI Bot: Approve (continuous-integration)
-
Diff: 67 lines (+27/-1)3 files modifiedqml/Launcher/Launcher.qml (+2/-1)
qml/Launcher/LauncherPanel.qml (+3/-0)
tests/qmltests/tst_Shell.qml (+22/-0)
tags: | added: unity8-desktop |
tags: | added: cursor |
Changed in unity8 (Ubuntu): | |
assignee: | Lukáš Tinkl (lukas-kde) → Albert Astals Cid (aacid) |
status: | Triaged → In Progress |
To post a comment you must log in.
I wonder if we should have a shell component that eats the events... it's not the first time (and probably not the last) we're hitting that ;P