RFR: 8089589: [ListView] ScrollBar content moves toward-backward during scrolling. [v2]

Ajit Ghaisas aghaisas at openjdk.java.net
Fri Apr 16 10:06:42 UTC 2021


On Fri, 16 Apr 2021 08:47:42 GMT, Johan Vos <jvos at openjdk.org> wrote:

>> modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/VirtualFlowTest.java line 1315:
>> 
>>> 1313:             s1 = sb.getLayoutY();
>>> 1314:             newDelta = newPosition - position;
>>> 1315:             System.err.println("s0 = "+s0+", s1 = "+s1);
>> 
>> I suggest to comment out all System.err.println() calls from this loop.
>> They might be useful while debugging individual failing test, but keeping them on for every test run will simply flood the log.
>> Similar logs were fixed for stdout earlier. Please refer - https://bugs.openjdk.java.net/browse/JDK-8255497
>
> System.err.println()s are removed now.

I still see these printlns in the latest revision.

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

PR: https://git.openjdk.java.net/jfx/pull/398


More information about the openjfx-dev mailing list