When setting selection ranges on Text elements of a TextFlow, the selectionFill color (normally white) is only painted in the first Text node.
The Text nodes share a TextLayout internally, and the indices seem to get mapped wrong across the layout runs.
The Text nodes share a TextLayout internally, and the indices seem to get mapped wrong across the layout runs.
- relates to
-
JDK-8300569 ☂ Missing APIs related to rich text control
- In Progress
-
JDK-8143158 [Text, TextFlow] Make public API from internal "impl" APIs
- Resolved