On Tue, 1 Sep 2026 22:21:13 GMT, Jose Pereda <[email protected]> wrote:
>> Andy Goryachev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> d.length
>
> modules/jfx.incubator.richtext/src/main/java/com/sun/jfx/incubator/scene/control/richtext/RangeInfo.java
> line 89:
>
>> 87: if (lines != null) {
>> 88: int ix = lines.length;
>> 89: if (ix > 0) {
>
> I missed this one before, but it should be `ix > 1`
ix is always >= 2
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2280#discussion_r3909012562