-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b10
Currently, most of the text layout methods in StubTextLayout are stubbed out, with the exception of a couple of methods (getHitInfo, getBounds).
This prevents us from developing behavior tests and tests that involve laying out simple text (that is, text that does not require complex shaping, bidi, etc.).
One possible solution is to use the PrismTextLayout together with stubbed out fonts - for example, treating each symbol as a square regardless of the font name.
Not only this will enable development of headless behavior tests and tests for the text components, but also bring the testing environment closer to the product configuration.
This prevents us from developing behavior tests and tests that involve laying out simple text (that is, text that does not require complex shaping, bidi, etc.).
One possible solution is to use the PrismTextLayout together with stubbed out fonts - for example, treating each symbol as a square regardless of the font name.
Not only this will enable development of headless behavior tests and tests for the text components, but also bring the testing environment closer to the product configuration.
- blocks
-
JDK-8314482 TextFlow: TabStopPolicy
-
- In Progress
-
- links to
-
Commit(master) openjdk/jfx/91433775
-
Review(master) openjdk/jfx/1667