RFR: 8260257: [Linux] WebView no longer reacts to some mouse events [v2]
Kevin Rushforth
kcr at openjdk.java.net
Wed Feb 24 14:06:45 UTC 2021
On Wed, 24 Feb 2021 13:35:33 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Arun Joseph has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add system test
>
> The new test looks good, although in order to make it pass on my slower Ubuntu 20.04 VM, I had to increase the sleep time to 500 ms and also add a sleep after the focus latch and before the scroll. See below.
I did a little more experimenting, and the important one on my Linux VM system is the addition of the 500 ms sleep between the await on the latch and initiating the scroll. I could leave the other delay at 100 ms and it still passes for me. It may be best to increase that latter sleep to 500 anyway.
-------------
PR: https://git.openjdk.java.net/jfx/pull/404
More information about the openjfx-dev
mailing list