ubuntu-apps-bugs team mailing list archive
-
ubuntu-apps-bugs team
-
Mailing list archive
-
Message #09571
[Bug 1595308] [NEW] Pressing "space" character on OSK with a validator can crash maliit
Public bug reported:
1) Save the code below [1] in a test.qml file
2) Run it on the phone with "qmlscene --desktop_file_hint=dialer-app test.qml"
3) Press the "space" character several times in a row
4) Eventually maliit crashes. I've attached a crash file from this below.
current build number: 111
device name: turbo
channel: ubuntu-touch/rc-proposed/meizu.en
last update: 2016-06-22 12:52:32
version version: 111
version ubuntu: 20160622
version device: 20160617-82a5c0d
version custom: 20160504-975-19-6
[1]
MainView {
TextField {
id: field
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
inputMethodHints: Qt.ImhDigitsOnly
validator: RegExpValidator {
regExp: /^\d$/
}
}
Component.onCompleted: field.forceActiveFocus()
}
** Affects: ubuntu-keyboard (Ubuntu)
Importance: Undecided
Status: New
** Attachment added: "_usr_bin_maliit-server.32011.crash"
https://bugs.launchpad.net/bugs/1595308/+attachment/4688711/+files/_usr_bin_maliit-server.32011.crash
--
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1595308
Title:
Pressing "space" character on OSK with a validator can crash maliit
Status in ubuntu-keyboard package in Ubuntu:
New
Bug description:
1) Save the code below [1] in a test.qml file
2) Run it on the phone with "qmlscene --desktop_file_hint=dialer-app test.qml"
3) Press the "space" character several times in a row
4) Eventually maliit crashes. I've attached a crash file from this below.
current build number: 111
device name: turbo
channel: ubuntu-touch/rc-proposed/meizu.en
last update: 2016-06-22 12:52:32
version version: 111
version ubuntu: 20160622
version device: 20160617-82a5c0d
version custom: 20160504-975-19-6
[1]
MainView {
TextField {
id: field
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
inputMethodHints: Qt.ImhDigitsOnly
validator: RegExpValidator {
regExp: /^\d$/
}
}
Component.onCompleted: field.forceActiveFocus()
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1595308/+subscriptions