https://bugs.documentfoundation.org/show_bug.cgi?id=166704
Jonathan Clark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Incorrect/lagging IME |Incorrect/lagging IME |candidate list position on |candidate list position on |Linux |Linux with ibus-mozc --- Comment #5 from Jonathan Clark <[email protected]> --- After some more investigation, I found that our gtk implementation doesn't call gtk_im_context_reset() when the cursor position changes outside of composition. I was able to make the bug disappear by hacking in a call, so this does appear to be the root cause in the gtk case. (In reply to Jonathan Clark from comment #0) > It is possible that this bug requires a specific system configuration. I use > Ubuntu 24.04 with the default Wayland session, and the ibus Mozc IME. I > haven't tested with different DEs or IMEs yet. I couldn't reproduce the issue with Kubuntu 25.04 and fcitx5 mozc. The bug is still present (we are supposed to call gtk_im_context_reset), but some fcitx5 implementation detail makes it a non-issue. -- You are receiving this mail because: You are the assignee for the bug.
