RFR: 8260257: [Linux] WebView no longer reacts to some mouse events
Kevin Rushforth
kcr at openjdk.java.net
Wed Feb 17 16:11:45 UTC 2021
On Wed, 17 Feb 2021 14:14:35 GMT, Arun Joseph <ajoseph at openjdk.org> wrote:
> Timer in RunLoopGeneric has an open bug in WebKit (https://bugs.webkit.org/show_bug.cgi?id=189335) causing the timer to remain active even after firing.
>
> Reverting back to WebCore Timer for ScrollAnimation in Linux.
Looks good. Tested on all three platforms (although it should only affect Linux). I confirm that on Linux scrolling via the trackpad (or by clicking in the scrollbar track) now works properly.
-------------
Marked as reviewed by kcr (Lead).
PR: https://git.openjdk.java.net/jfx/pull/404
More information about the openjfx-dev
mailing list