david-vanderson / dvui

Other
427 stars 35 forks source link

IME composition text doesn't show #159

Open iacore opened 2 weeks ago

iacore commented 2 weeks ago

I think I found another major problem of IME support on SDL.

The composition text doesn't show when typing.

Firefox: image

It's the underlined text above. When I type in, the text doesn't show.

dvui: image

The composition text is nowhere to be found.

What is Composition -- from SDL wiki

iacore commented 2 weeks ago

This certainly makes text widget rendering a bit more stateful, given how the text is spliced in.

david-vanderson commented 2 weeks ago

Thanks for the report! Looks like we aren't handling the SDL_TextEditingEvent yet, but this should be doable.