diff options
author | 2010-07-27 11:23:41 -0700 | |
---|---|---|
committer | 2010-07-28 20:30:04 -0700 | |
commit | 820e4260cd12d947c095f60a8452832b39748e2b (patch) | |
tree | 8b9b814b457f2e5c897378d12d7f7d2a5c7e308c /java/src/com/android/inputmethod/latin/CandidateView.java | |
parent | d0f4413f95256ffbc12e6f60cfa65c618bfedb78 (diff) | |
download | latinime-820e4260cd12d947c095f60a8452832b39748e2b.tar.gz latinime-820e4260cd12d947c095f60a8452832b39748e2b.tar.xz latinime-820e4260cd12d947c095f60a8452832b39748e2b.zip |
Fix inconsistency between pop-up preview key and input key
This issue is caused by three reasons.
- In touch move event and while time debouncing is going on, wrong key
is shown as pop-up preview.
- There is no pop-up preview key shown when touch up event occurs and
also showing pop-up preview message is unintentionally canceled.
- In detectAndSendKey() method, nearby keys' primary codes are
mistakenly sent as Key codes.
This is the last of three changes to fix bug #2868304
Bug: 2868304
Change-Id: Ie482167b2ae2804fa1aa43ffb5067af47b7553f1
Diffstat (limited to 'java/src/com/android/inputmethod/latin/CandidateView.java')
0 files changed, 0 insertions, 0 deletions