Has text selection changed?
I'm not sure if it's just me going mad, but....
Imagine a container with the following 2 TextLines, the vertical pipes (|) are meant to represent the bounds of the container so please assume these are aligned:
|Line one is longer|
|Line two |
In my code I set the interactionManager to allow editing of the text.
When I move my mouse over any of the text I get the text caret cursor, I can click to drag select text, right click to get the relevant context menu ("select all" etc). When I move my mouse in the blank area to the right of the text "Line two", you get no text caret cursor, the TextLine's bounds simply don't extend into this area so the "edit" context menu is not applied.
This makes text selection very awkward, now you have to find the 1 pixel wide point after the last character to begin to select all the previous text.
Has something changed recently? ![]()
