Re: RFR: 8272806: [macOS] "Apple AWT Internal Exception" when input method is changed

2021-08-24 Thread Alexander Zvegintsev
On Sun, 22 Aug 2021 19:46:49 GMT, Phil Race wrote: > There's a long eval in the bug report : > https://bugs.openjdk.java.net/browse/JDK-8272806 but here's the summary > > When focus is lost by the app a message is sent down to native setting a > native reference to the input method to null > w

Re: RFR: 8272806: [macOS] "Apple AWT Internal Exception" when input method is changed

2021-08-23 Thread Dmitry Markov
On Sun, 22 Aug 2021 19:46:49 GMT, Phil Race wrote: > There's a long eval in the bug report : > https://bugs.openjdk.java.net/browse/JDK-8272806 but here's the summary > > When focus is lost by the app a message is sent down to native setting a > native reference to the input method to null > w

Re: RFR: 8272806: [macOS] "Apple AWT Internal Exception" when input method is changed

2021-08-23 Thread Sergey Bylokhov
On Sun, 22 Aug 2021 19:46:49 GMT, Phil Race wrote: > There's a long eval in the bug report : > https://bugs.openjdk.java.net/browse/JDK-8272806 but here's the summary > > When focus is lost by the app a message is sent down to native setting a > native reference to the input method to null > w

RFR: 8272806: [macOS] "Apple AWT Internal Exception" when input method is changed

2021-08-22 Thread Phil Race
There's a long eval in the bug report : https://bugs.openjdk.java.net/browse/JDK-8272806 but here's the summary When focus is lost by the app a message is sent down to native setting a native reference to the input method to null which is a sort of signal not to notify upwards anything to the in