Integrated: 8282100: Missed top/left bouncing for ScrollPane on Raspberry Pi with Touchscreen
Alexander Scherbatiy
alexsch at openjdk.java.net
Mon Mar 7 18:40:06 UTC 2022
On Fri, 18 Feb 2022 15:21:49 GMT, Alexander Scherbatiy <alexsch at openjdk.org> wrote:
> There is the bouncing when scrolling a node on a ScrollPane to the right/bottom (the node on the scroll pane is scrolled further than its width/height so the background is visible and then automatically is scrolled back to the node bounds) on Raspberry Pi with Touchscreen.
> There is no bouncing when node is scrolled to the left/top.
>
> The fix updates ScrollPaneSkin.updatePosX()/updatePosY() methods to not discard out of the range top/left minX/Y values in case the touch is supported.
This pull request has now been integrated.
Changeset: ae419d77
Author: Alexander Scherbatiy <alexsch at openjdk.org>
Committer: Kevin Rushforth <kcr at openjdk.org>
URL: https://git.openjdk.java.net/jfx/commit/ae419d7780bef540b95d3376817d708e6508ecca
Stats: 8 lines in 1 file changed: 6 ins; 0 del; 2 mod
8282100: Missed top/left bouncing for ScrollPane on Raspberry Pi with Touchscreen
Reviewed-by: aghaisas
-------------
PR: https://git.openjdk.java.net/jfx/pull/736
More information about the openjfx-dev
mailing list