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

2021-04-16 Thread Johan Vos
On Fri, 16 Apr 2021 10:03:07 GMT, Ajit Ghaisas wrote: >> Johan Vos has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Process reviewer comments > > modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/VirtualFlowTest.java >

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

2021-04-16 Thread Ajit Ghaisas
On Fri, 16 Apr 2021 09:00:19 GMT, Johan Vos wrote: >> This PR introduces a refactory for VirtualFlow, fixing a number of issues >> reported about inconsistent scrolling speed (see >> https://bugs.openjdk.java.net/browse/JDK-8089589) >> The problem mentioned in the JBS issue (and in related

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

2021-04-16 Thread Johan Vos
> This PR introduces a refactory for VirtualFlow, fixing a number of issues > reported about inconsistent scrolling speed (see > https://bugs.openjdk.java.net/browse/JDK-8089589) > The problem mentioned in the JBS issue (and in related issues) is that the > VirtualFlow implementation depends on