Integrated: 8090158: Wrong implementation of adjustValue in scrollBars

Hadzic Samir shadzic at openjdk.java.net
Wed Sep 22 12:16:54 UTC 2021


On Tue, 20 Jul 2021 09:12:05 GMT, Hadzic Samir <shadzic at openjdk.org> wrote:

> JBS bug: [JDK-8090158](https://bugs.openjdk.java.net/browse/JDK-8090158)
> 
> The javadoc of the ScrollBar#adjustValue specifically says that it will adjust the value based on the block increment value. Therefore, there is no reason to stop at the given value when reaching an end.

This pull request has now been integrated.

Changeset: 5c355fa2
Author:    Hadzic Samir <shadzic at openjdk.org>
Committer: Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/5c355fa231e862a9db9b524cf14715066df142f5
Stats:     32 lines in 2 files changed: 28 ins; 3 del; 1 mod

8090158: Wrong implementation of adjustValue in scrollBars

Reviewed-by: aghaisas, kcr

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

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


More information about the openjfx-dev mailing list