RFR: 8260257: [Linux] WebView no longer reacts to some mouse events [v2]

Arun Joseph ajoseph at openjdk.java.net
Wed Feb 24 15:33:01 UTC 2021


On Wed, 24 Feb 2021 13:33:39 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
>
> tests/system/src/test/java/test/javafx/scene/web/WebPageTest.java line 135:
> 
>> 133: 
>> 134:         assertTrue("Timeout when waiting for focus change ", Util.await(webViewStateLatch));
>> 135: 
> 
> I needed to add a `sleep(500)` here.

I've used `Util.sleep(1000)` instead to make it similar to the other system web tests.

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

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


More information about the openjfx-dev mailing list