We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4252

Summary: Composing words with chinese input method in iOS will receive SDL_TEXTINPUT events
Product: SDL Reporter: jimmy <10774497>
Component: eventsAssignee: Sam Lantinga <slouken>
Status: RESOLVED DUPLICATE QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: sezeroz
Version: 2.0.8   
Hardware: iPhone/iPod touch   
OS: iOS (All)   

Description jimmy 2018-09-06 02:54:12 UTC
This will not happen in windows while composing words with chinese input method.

For example:
if I need input a chinese word "靠", I should press 3 keys including "k", "a" and "o". In windows, I will receive SDL_TEXTINPUT after composed "kao" and choosed the "靠" word from method.
but in iOS, I received SDL_TEXTINPUT while composing "k" "a" "o", received 3 times.
so I don't know how to deal with this event, because I don't know whether the user is inputting "kao" or "靠".
Comment 1 Ozkan Sezer 2018-09-06 08:44:04 UTC
Duplicate of https://bugzilla.libsdl.org/show_bug.cgi?id=2617

*** This bug has been marked as a duplicate of bug 2617 ***