review input field: send button issues with predictive OSK
Bug #1595910 reported by
Michael Zanetti
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Undecided
|
Cris Dywan | ||
unity8 (Ubuntu) |
Fix Released
|
Medium
|
Michael Zanetti |
Bug Description
Steps to reproduce:
* Make sure predictive OSK is enabled
* got an app in the store and start writing a review
* Just write one word, no space after it (so that it is underlined for text correction things)
=> actual:
The send button is disabled even though the text field holds a word
=> expected:
The send button should be enabled
Most likely the Send button is enabled/disabled based on inputField.text, while it should be inputField.
Related branches
lp://staging/~mzanetti/unity8/fix-send-button-enabled
- Cris Dywan (community): Approve
- Unity8 CI Bot: Approve (continuous-integration)
- Andrea Cimitan (community): Approve
- Michael Terry: Needs Information
-
Diff: 11 lines (+1/-1)1 file modifiedqml/Dash/Previews/PreviewRatingInput.qml (+1/-1)
lp://staging/~ubuntu-sdk-team/ubuntu-ui-toolkit/TextAreaDisplayTextPreEdit
- ubuntu-sdk-build-bot: Approve (continuous-integration)
- Zsombor Egri: Approve
-
Diff: 17 lines (+6/-1)1 file modifiedsrc/imports/Components/1.3/TextArea.qml (+6/-1)
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Christian Dywan (kalikiana) |
Changed in unity8 (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → Invalid |
Changed in unity8 (Ubuntu): | |
status: | Triaged → In Progress |
assignee: | nobody → Michael Zanetti (mzanetti) |
To post a comment you must log in.
The linked branch updates the dash to use displayText, still it doesn't work as TextArea in uitk seems to not handle that correctly either (at least it seems to differ from TextField's behavior)