I ran into this while doing manual testing of the WebKit 610.2 update for JDK-8259635 on Ubuntu 20.04.
To reproduce, do the following on Linux:
1. Load any WebPage that will not fit vertically, and will use vertical scrolling. For example:
$ java HelloWebView https://github.com/openjdk/jfx/blob/master/CONTRIBUTING.md
2. Try scrolling with a track pad or by clicking somewhere in the scrollbar track.
BUG: No scrolling will occur.
You can still scroll by dragging the scrollbar thumb.
This only occurs on Linux. It works correctly on Mac and Windows.