Re: RFR: 8322784: JFXPanel calls InputMethodRequests on wrong thread [v3]

2024-01-23 Thread Andy Goryachev
On Tue, 23 Jan 2024 17:24:05 GMT, Martin Fox wrote: >> On Windows we need to ensure InputMethodRequests coming from JFXPanel are >> processed on the JavaFX application thread instead of the AWT EventQueue >> thread. This PR adds the runAndWait() calls to do that. >> >> This would be difficult

Re: RFR: 8322784: JFXPanel calls InputMethodRequests on wrong thread [v3]

2024-01-23 Thread Kevin Rushforth
On Tue, 23 Jan 2024 17:24:05 GMT, Martin Fox wrote: >> On Windows we need to ensure InputMethodRequests coming from JFXPanel are >> processed on the JavaFX application thread instead of the AWT EventQueue >> thread. This PR adds the runAndWait() calls to do that. >> >> This would be difficult

Re: RFR: 8322784: JFXPanel calls InputMethodRequests on wrong thread [v3]

2024-01-23 Thread Martin Fox
> On Windows we need to ensure InputMethodRequests coming from JFXPanel are > processed on the JavaFX application thread instead of the AWT EventQueue > thread. This PR adds the runAndWait() calls to do that. > > This would be difficult to test on Windows without a fix for > [JDK-8090267](https