Mir-on-X11 doesn't pass Alt+primary button drag to Mir
Bug #1575765 reported by
Alan Griffiths
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
Medium
|
Cemil Azizoglu | ||
mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
$ mir_demo_server --launch mir_demo_
Expected: "Alt+primary drag" on the client surface drags the spinning triangle.
Observed: "Alt+primary drag" on the client surface drags the whole Mir-on-X window.
Related branches
lp://staging/~cemil-azizoglu/mir/fix-1575765
- Mir CI Bot: Approve (continuous-integration)
- Alan Griffiths: Approve
-
Diff: 324 lines (+202/-11)6 files modifiedsrc/platforms/mesa/server/x11/graphics/display.cpp (+2/-0)
src/platforms/mesa/server/x11/input/input_platform.cpp (+38/-5)
src/platforms/mesa/server/x11/input/input_platform.h (+2/-0)
tests/include/mir/test/doubles/mock_x11.h (+4/-0)
tests/mir_test_doubles/mock_x11.cpp (+17/-0)
tests/unit-tests/input/test_x11_platform.cpp (+139/-6)
Changed in mir: | |
assignee: | nobody → Cemil Azizoglu (cemil-azizoglu) |
status: | New → In Progress |
importance: | Undecided → Medium |
milestone: | none → 0.23.0 |
summary: |
- Mir-on-X11 doesn't pass Alt+primary drag to Mir + Mir-on-X11 doesn't pass Alt+button drag to Mir |
tags: | added: mesa-x11 |
summary: |
- Mir-on-X11 doesn't pass Alt+button drag to Mir + Mir-on-X11 doesn't pass Alt+primary button drag to Mir |
Changed in mir: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Ok I guess I'll need to implement pointer grabbing.