Bug 513132

Summary: Android selection and cursor handles don't work in on-canvas text tool input
Product: [Applications] krita Reporter: dra.w.p.il.e+bugskde
Component: Tool/TextAssignee: Krita Bugs <krita-bugs-null>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: git master (please specify the git hash!)   
Target Milestone: ---   
Platform: Android   
OS: Android 14.x   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description dra.w.p.il.e+bugskde 2025-12-09 16:41:22 UTC
On Android, when you touch some text, you get handles below the text that serve to move the cursor and selection. They also show up when interacting with the on-canvas text tool input, but attempting to manipulate them does nothing.

Manipulating the singular cursor if no selection is present and the right handle of a selection doesn't even send any input method events as far as I can tell. Manipulating the left handle of a selection does trigger input method events, but their contents are garbage. On top of that, the text tool ignores any input method events that don't contain text inputs, so it wouldn't act on the events either way.