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 - Composing words with chinese input method in iOS will receive SDL_TEXTINPUT events
Summary: Composing words with chinese input method in iOS will receive SDL_TEXTINPUT e...
Status: RESOLVED DUPLICATE of bug 2617
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: 2.0.8
Hardware: iPhone/iPod touch iOS (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-06 02:54 UTC by jimmy
Modified: 2018-09-06 08:44 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***