GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

handle korean keyboard properly

Open 0mok opened this issue 11 years ago • 1 comments

if we use korean keyboard, UITextView occasionally fires 2 textViewDidChange events simultaneously. for example, there is "버그버그ㅂ". we presse the "ㅓ" key. then text is changed to "버그버그버" but UITextView fires 2 textViewDidChange events. The first event is "버그버그ㅂ" to "버그버그". The second event is "버그버그" to "버그버그버". so we should use the last event of these events.

current version capture https://www.dropbox.com/s/j7jswke288ye6o5/GrowingTextView-Korean-Bug.mov

fixed version capture https://www.dropbox.com/s/2ehazrxkgbotq1h/GrowingTextView-Korean-Bug-Fixed.mov

0mok avatar Jan 01 '14 05:01 0mok

+1 to this PR

eincs avatar Jan 02 '14 02:01 eincs