On Tue, 19 May 2026 21:56:03 GMT, Kevin Rushforth <[email protected]> wrote:
>> modules/jfx.incubator.richtext/src/test/java/test/jfx/incubator/scene/control/richtext/model/TestRichTextFormatHandler.java
>> line 290:
>>
>>> 288: public void save() throws IOException {
>>> 289: RichTextModel m = new RichTextModel();
>>> 290: m.setDefaultTabStops(155);
>>
>> It would be helpful to also test saving / loading tab stops.
>
> Unless I'm missing something, this is still pending.
nope, it's there: saving is L290 vs L297, loading is L315
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1800#discussion_r3269987310