| Summary: | Fcitx input is truncated (SDL2 hg default branch) | ||
|---|---|---|---|
| Product: | SDL | Reporter: | sowfelicity |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sowfelicity |
| Version: | 2.0.12 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Split the long text input event into multiple shorten text input event. | ||
Patch added, thanks! https://hg.libsdl.org/SDL/rev/518b9209544a |
Created attachment 4579 [details] Split the long text input event into multiple shorten text input event. 1. Long input from Fcitx5 will be truncated. 2. It seemed that support to Fcitx4 on linux was broken. This patch is a workaround for 1 based on the solution in src/core/linux/SDL_ibus.c.