Skip to content

cally: Use text length if caret is at the end of ClutterText

Carlos Garnacho requested to merge carlosg/mutter:wip/caret-pos-at-end into main

ClutterText uses -1 to express the caret being at the end of the text content. A11y expects this position to be equivalent to the number of characters in the text, fetch that if the position is at the end.

Closes: gnome-shell#7459 (closed)

Merge request reports