"BottomEdge" component does not support automatic mouse detection
Bug #1536669 reported by
Renato Araujo Oliveira Filho
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Critical
|
Zoltan Balogh | ||
Mir |
Fix Released
|
Undecided
|
Andreas Pokorny | ||
mir (Ubuntu) |
Fix Released
|
Critical
|
Andreas Pokorny | ||
qtsystems-opensource-src (Ubuntu) |
Fix Released
|
Undecided
|
Timo Jyrinki | ||
qtsystems-opensource-src (Ubuntu RTM) |
Fix Released
|
Undecided
|
Unassigned | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
High
|
Zsombor Egri |
Bug Description
BottomEdge component does not work property with mouse unless you set the:
QuickUtils.
This should be done automatically by SDK.
Related branches
lp://qastaging/~andreas-pokorny/mir/05-csdi-nested-input-device-hub-and-device
- Mir CI Bot: Approve (continuous-integration)
- Alan Griffiths: Needs Fixing
- Cemil Azizoglu (community): Approve
-
Diff: 569 lines (+333/-28)7 files modifiedinclude/test/mir/test/wait_condition.h (+6/-0)
src/include/server/mir/default_server_configuration.h (+7/-2)
src/server/graphics/default_configuration.cpp (+12/-2)
src/server/graphics/nested/mir_client_host_connection.cpp (+191/-4)
src/server/graphics/nested/mir_client_host_connection.h (+34/-3)
src/server/input/default_configuration.cpp (+25/-15)
tests/acceptance-tests/test_nested_input.cpp (+58/-2)
lp://qastaging/~zsombi/ubuntu-ui-toolkit/mousifiedBottomEdge
- ubuntu-sdk-build-bot: Approve (continuous-integration)
- Tim Peeters: Approve
-
Diff: 257 lines (+121/-7)7 files modifieddebian/control (+3/-0)
debian/control.gles (+3/-0)
src/UbuntuToolkit/UbuntuToolkit.pro (+3/-0)
src/UbuntuToolkit/quickutils.cpp (+92/-1)
src/UbuntuToolkit/quickutils_p.h (+18/-4)
tests/unit/test-include-x11.pri (+1/-1)
tests/unit/test-include.pri (+1/-1)
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Zsombor Egri (zsombi) |
importance: | Undecided → Critical |
status: | New → Confirmed |
Changed in canonical-devices-system-image: | |
milestone: | none → ww08-2016 |
assignee: | nobody → Zoltan Balogh (bzoltan) |
importance: | Undecided → Critical |
Changed in canonical-devices-system-image: | |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
affects: | mir → mir (Ubuntu) |
Changed in mir (Ubuntu): | |
status: | New → Confirmed |
Changed in canonical-devices-system-image: | |
assignee: | Zoltan Balogh (bzoltan) → kevin gunn (kgunn72) |
Changed in mir (Ubuntu): | |
importance: | Undecided → Critical |
Changed in mir (Ubuntu): | |
assignee: | nobody → Andreas Pokorny (andreas-pokorny) |
Changed in mir (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in mir: | |
milestone: | none → 0.21.0 |
status: | New → Fix Released |
assignee: | nobody → Andreas Pokorny (andreas-pokorny) |
Changed in canonical-devices-system-image: | |
milestone: | 12 → 13 |
Changed in qtsystems-opensource-src (Ubuntu): | |
assignee: | nobody → Timo Jyrinki (timo-jyrinki) |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → In Progress |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
importance: | Critical → High |
Changed in canonical-devices-system-image: | |
milestone: | 13 → backlog |
Changed in canonical-devices-system-image: | |
milestone: | backlog → p1 |
Changed in canonical-devices-system-image: | |
milestone: | p1 → p2 |
status: | In Progress → Fix Released |
To post a comment you must log in.
To fix this we need the QInputDeviceInfo to be cherrypicked from Qt5.6 to Qt5.4. If that won't happen during OTA10 timeframe we must mirror it ourselves.
https:/ /codereview. qt-project. org/#/c/ 101049/ 8