RFR: 8276313: ScrollPane scroll delta incorrectly depends on content height [v2]
Michael Strauß
mstrauss at openjdk.java.net
Wed Dec 1 14:00:06 UTC 2021
> 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.
Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
Handle division by zero
-------------
Changes:
- all: https://git.openjdk.java.net/jfx/pull/660/files
- new: https://git.openjdk.java.net/jfx/pull/660/files/1605eec4..147858d7
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jfx&pr=660&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=660&range=00-01
Stats: 19 lines in 1 file changed: 4 ins; 11 del; 4 mod
Patch: https://git.openjdk.java.net/jfx/pull/660.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/660/head:pull/660
PR: https://git.openjdk.java.net/jfx/pull/660
More information about the openjfx-dev
mailing list