On Wed, 25 Mar 2026 18:49:07 GMT, Christopher Schnick <[email protected]> wrote:
>> This fixes a regression caused by the fix for >> https://bugs.openjdk.org/browse/JDK-8282290 > > Christopher Schnick has updated the pull request incrementally with two > additional commits since the last revision: > > - Adjust tests > - Adjust tests modules/javafx.controls/src/main/java/javafx/scene/control/skin/TextFieldSkin.java line 256: > 254: * hence it should be updated when caret path size is > not 4 */ > 255: > 256: if (caretPath.getElements().size() != 0) { `!caretPath.getElements().isEmpty()` ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2128#discussion_r2990380580
