Integrated: 8276313: ScrollPane scroll delta incorrectly depends on content height

Michael Strauß mstrauss at openjdk.java.net
Mon Dec 6 10:31:20 UTC 2021


On Tue, 2 Nov 2021 10:49:45 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

> This PR fixes an issue where the scroll delta of ScrollPane incorrectly depends on the size of its content.
> This leads to extremely slow scrolling when the content is only slightly larger than the ScrollPane.

This pull request has now been integrated.

Changeset: 5805bf8e
Author:    Michael Strauß <mstrauss at openjdk.org>
Committer: Johan Vos <jvos at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/5805bf8e5de90427a68164e52c1fbbd08bfd0aa4
Stats:     73 lines in 2 files changed: 53 ins; 11 del; 9 mod

8276313: ScrollPane scroll delta incorrectly depends on content height

Reviewed-by: kcr, aghaisas, jvos

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

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


More information about the openjfx-dev mailing list