touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #82434
[Bug 1396574] Re: TextField content partially deleted on focus with predictive text on
** Changed in: ubuntu-ux
Assignee: Giorgio Venturi (giorgio-venturi) => Olga Kemmet (olga-kemmet)
** Summary changed:
- TextField content partially deleted on focus with predictive text on
+ [sdk] TextField content partially deleted on focus with predictive text on
--
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/1396574
Title:
[sdk] TextField content partially deleted on focus with predictive
text on
Status in Ubuntu Keyboard:
New
Status in Ubuntu UX bugs:
Fix Committed
Status in ubuntu-keyboard package in Ubuntu:
New
Status in ubuntu-ui-toolkit package in Ubuntu:
Confirmed
Bug description:
With the following Textfield:
TextField {
id:editTitle
width:parent.width
text:taskView.tasktoEdit.title
placeholderText: i18n.tr("Add title")
style: TextFieldStyle {
overlaySpacing: 0
frameSpacing: 0
background: Item {}
color: UbuntuColors.lightAubergine
}
}
And with predictive text on in the phone, if you try to click on the
field while it contains text, part of the text where the cursor lands
get deleted.
The work around is to set no predictive text: inputMethodHints:
Qt.ImhNoPredictiveText however this is a problem when predictive text
is required.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1396574/+subscriptions
References