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 seems like a reasonable fix. Perhaps @johanvos (or @aghaisas ) can review?

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

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

Reply via email to