On Fri, 18 Feb 2022 15:21:49 GMT, Alexander Scherbatiy <alex...@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 <alex...@openjdk.org>
Committer: Kevin Rushforth <k...@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

Reply via email to