TextArea generates onTextChanged events when OSK is displayed or screen is rotated
Bug #1243164 reported by
Ugo Riboni
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-keyboard |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In the attached test case the Label at the bottom counts the number of times the TextArea received an onTextChanged event.
Steps to reproduce:
* Tap on the TextArea to start editing: the count increases by one or more while the OSK shows up
* While the OSK is visible, rotate the device: the count increases further
Expected result:
None of the above should happen and the count should never change unless the user types in something with the OSK.
(tested on maguro on build 100)
Related branches
lp://staging/~schwann/ubuntu-keyboard/keyboard-rotate-update
- Thomas Moenicke (community): Approve
-
Diff: 14 lines (+4/-0)1 file modifiedsrc/view/abstracttexteditor.cpp (+4/-0)
To post a comment you must log in.
The same issue happens replacing TextArea with TextEdit