On Mon, 28 Feb 2022 09:06:30 GMT, Ambarish Rapte <ara...@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