summaryrefslogtreecommitdiffstats
path: root/libs/utils
diff options
context:
space:
mode:
authorGilles Debunne <debunne@google.com>2011-11-09 05:26:26 +0100
committerGilles Debunne <debunne@google.com>2011-11-10 10:00:08 +0100
commit39ba6d9c4cf5a88d71edb800f3f48f85f61187c4 (patch)
treee24166294f88a878f9837d4727cde0760efaafa4 /libs/utils
parentda738d638cc2fee29d5936f21c6eadbcf173a718 (diff)
downloadframeworks_base-39ba6d9c4cf5a88d71edb800f3f48f85f61187c4.zip
frameworks_base-39ba6d9c4cf5a88d71edb800f3f48f85f61187c4.tar.gz
frameworks_base-39ba6d9c4cf5a88d71edb800f3f48f85f61187c4.tar.bz2
Extracted text problems
Bug 5557258: recent text editing changed in ExtractedText mode is broken. The modifications of the text performed by: - drag and drop - text suggestions, deletion - voice IME's delete button all change the ExtractEditText itself, while they should affect the underlying EditText (and the change will be forwarded to the ExtractEditText). As a results, changes are not actually modifying the underlying text. Created new protected methods in TextView, overloaded in ExtractTextView to affect the underlying text instead. Changes to spans should also be forwarded to the original TV (see the 2 TODOs), this is tracked in bug 5589158. Change-Id: Ibfec272469e8db191b3875e7576e32481a9dc1bd
Diffstat (limited to 'libs/utils')
0 files changed, 0 insertions, 0 deletions