Should javafx.scene.robot.Robot be able to use nested event loops?

2023-05-20 Thread Mark Raynsford
(Apologies for what might be the third duplicate to the list; for some reason list mail is reaching me, but none of my messages to the list are getting through). Hello! I've been putting together some integration tests using javafx.scene.robot.Robot for an application. I've noticed that if the ap

Re: RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v13]

2023-05-20 Thread Thiago Milczarek Sayao
On Sat, 20 May 2023 15:18:22 GMT, Thiago Milczarek Sayao wrote: >> I replicated the fix on #1054 on Linux. >> >> Also fixes [Monocle: Stage no longer gets focus after fix for >> JDK-8296621](https://bugs.openjdk.org/browse/JDK-8304734) > > Thiago Milczarek Sayao has updated the pull request wi

Re: RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v14]

2023-05-20 Thread Thiago Milczarek Sayao
> I replicated the fix on #1054 on Linux. > > Also fixes [Monocle: Stage no longer gets focus after fix for > JDK-8296621](https://bugs.openjdk.org/browse/JDK-8304734) Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision: Fix Mo

Re: RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v13]

2023-05-20 Thread Thiago Milczarek Sayao
> I replicated the fix on #1054 on Linux. > > Also fixes [Monocle: Stage no longer gets focus after fix for > JDK-8296621](https://bugs.openjdk.org/browse/JDK-8304734) Thiago Milczarek Sayao has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev e

Re: RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v12]

2023-05-20 Thread Thiago Milczarek Sayao
On Sun, 14 May 2023 21:35:01 GMT, Thiago Milczarek Sayao wrote: >> I replicated the fix on #1054 on Linux. >> >> Also fixes [Monocle: Stage no longer gets focus after fix for >> JDK-8296621](https://bugs.openjdk.org/browse/JDK-8304734) > > Thiago Milczarek Sayao has updated the pull request in

Re: RFR: JDK-8304959: Public API in javafx.css.Match should not return private API class PseudoClassState [v9]

2023-05-20 Thread Kevin Rushforth
On Fri, 19 May 2023 00:10:25 GMT, John Hendrikx wrote: >> The class `PseudoClassState` is private API, but was exposed erroneously in >> the CSS API. Instead, `Set` should have been used. This PR >> corrects this. > > John Hendrikx has refreshed the contents of this pull request, and previous