RFR: 8276167: fixing VirtualFlow.scrollToTop(int)

Kevin Rushforth kcr at openjdk.java.net
Fri Dec 3 14:39:18 UTC 2021


On Fri, 29 Oct 2021 12:19:40 GMT, eduardsdv <duke at 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


More information about the openjfx-dev mailing list