If scrolling by a finger on a touchscreen, the content moves with different speed than the finger.
This is a follow-up bug ofRT-23256 - in this issue we started to use 'node.height' to compute the scrollable amount. That helped a lot, but is still not correct. We should rather use 'node.height - getSkinnable().getHeight()' because one page is visible so there is no scrolling to it. Attaching the patch that fixed the issue for me.
This is a follow-up bug of
- relates to
-
JDK-8126516 ScrollPane with large content using mouse wheel is useless
- Closed