Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

handle korean keyboard properly #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

0mok
Copy link

@0mok 0mok commented Jan 1, 2014

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

@eincs
Copy link

eincs commented Jan 2, 2014

+1 to this PR

kamkuul pushed a commit to nic004/GrowingTextView that referenced this pull request Jul 1, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants