RFR: 8090158: Wrong implementation of adjustValue in scrollBars [v2]

Hadzic Samir shadzic at openjdk.java.net
Tue Sep 21 08:53:07 UTC 2021


> 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.

Hadzic Samir has updated the pull request incrementally with one additional commit since the last revision:

  Fix upon review

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

Changes:
  - all: https://git.openjdk.java.net/jfx/pull/582/files
  - new: https://git.openjdk.java.net/jfx/pull/582/files/748b9242..06680e30

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jfx&pr=582&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=582&range=00-01

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jfx/pull/582.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/582/head:pull/582

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


More information about the openjfx-dev mailing list