Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: ubuntu-keyboard (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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:
Confirmed
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
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp