Bug 513132 - Android selection and cursor handles don't work in on-canvas text tool input
Summary: Android selection and cursor handles don't work in on-canvas text tool input
Status: REPORTED
Alias: None
Product: krita
Classification: Applications
Component: Tool/Text (other bugs)
Version First Reported In: git master (please specify the git hash!)
Platform: Android Android 14.x
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-09 16:41 UTC by dra.w.p.il.e+bugskde
Modified: 2025-12-09 16:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.