Mir-backed InputDeviceModel doesn’t work on touch device
Bug #1638517 reported by
Olivier Tilloy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtsystems-opensource-src (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
I’ve prepared a branch of webbrowser-app that makes use of the latest qml-module-
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QInputInfoManag
This looks like a threading issue in the implementation of the Mir backend for InputInfo.
Changed in qtsystems-opensource-src (Ubuntu): | |
assignee: | Lorn Potter (lorn-potter) → nobody |
To post a comment you must log in.
I can reliably reproduce the issue with the following standalone example:
import QtQuick 2.4 log("keyboard count:", count)
import QtSystemInfo 5.5
Item {
InputDeviceModel {
filter: InputInfo.Keyboard
onCountChanged: console.
}
}