RFR: 8278759 : PointerEvent: buttons property set to 0 when mouse down [v3]

Hima Bindu Meda duke at openjdk.java.net
Tue Mar 1 07:03:16 UTC 2022


On Mon, 28 Feb 2022 09:06:30 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

>> Hima Bindu Meda has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Use ESC key so that the popup, if any, disappears
>
> tests/system/src/test/java/test/robot/javafx/web/PointerEventTest.java line 113:
> 
>> 111:             String URL =  this.getClass().getResource("pointerEvent.html").toString();
>> 112:             webEngine.load( URL);
>> 113:             webView.getEngine().getLoadWorker().stateProperty().addListener((ov, o, n) -> {
> 
> The listener ideally should be added before calling `load()`. (before line 111)

done

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

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


More information about the openjfx-dev mailing list