On Fri, 29 Oct 2021 12:19:40 GMT, eduardsdv <d...@openjdk.java.net> wrote:
> Fix VirtualFlow.scrollToTop(int) doesn't scroll to the top of the last > element but to the bottom of the last element. This might be related to [JDK-8276553](https://bugs.openjdk.java.net/browse/JDK-8276553) / PR #683. After that one is reviewed and integrated, this bug needs to be retested to see if it is still a problem. If it is, then the fix may need to be adjusted. ------------- PR: https://git.openjdk.java.net/jfx/pull/656