On Thu, 25 Apr 2024 21:41:14 GMT, Oliver Kopp <d...@openjdk.org> wrote:

>> Fixes https://bugs.openjdk.org/browse/JDK-8330462.
>> 
>> If the parameter `maxLength` is larger than `Integer.MAX_VALUE - start`, 
>> then an addition of `start` to it leads to a negative value. This is "fixed" 
>> by using `Math.max` comparing the `maxLength` and `maxLength + start`.
>
> Oliver Kopp has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Make use of Utils.clamp function

I tested with Oracle OpenJDK 22.0.1 and JavaFX 22.0.1+7
Tested moving the cursor around but the narrator focus wont change.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1442#issuecomment-2078260806

Reply via email to