Skip to content

fix ibus input but loose ATM input method cursor

Christoph Cullmann requested to merge work/fix_ibus_bug_443977 into master

we tried to show the input method cursor by manipulating the real cursor of the view

this will lead to strange issues like é will not properly compose as the cursor is not adjusted correctly for the typeChars calls we do...

BUG: 443977

Merge request reports