Re: RFR: 8315657: Application window not activated in macOS 14 Sonoma

2023-09-26 Thread Ajit Ghaisas
On Thu, 21 Sep 2023 19:10:38 GMT, Kevin Rushforth wrote: > The fix for [JDK-8233678](https://bugs.openjdk.org/browse/JDK-8233678) added > a step to the NSApplication initialization to deactivate and then reactivate > the application. We trigger the deactivation the first time > applicationDidB

Re: RFR: 8315657: Application window not activated in macOS 14 Sonoma

2023-09-26 Thread Kevin Rushforth
On Mon, 25 Sep 2023 17:31:28 GMT, Jose Pereda wrote: > Minor: if you update the copyright of license headers I'll reapprove again. I usually prefer not to, especially for a fix like this that will be backported across multiple releases (it helps avoid trivial merge conflicts). Our copyright up

Re: RFR: 8315657: Application window not activated in macOS 14 Sonoma

2023-09-25 Thread Jose Pereda
On Thu, 21 Sep 2023 19:10:38 GMT, Kevin Rushforth wrote: > The fix for [JDK-8233678](https://bugs.openjdk.org/browse/JDK-8233678) added > a step to the NSApplication initialization to deactivate and then reactivate > the application. We trigger the deactivation the first time > applicationDidB

Re: RFR: 8315657: Application window not activated in macOS 14 Sonoma

2023-09-25 Thread Jose Pereda
On Thu, 21 Sep 2023 19:10:38 GMT, Kevin Rushforth wrote: > The fix for [JDK-8233678](https://bugs.openjdk.org/browse/JDK-8233678) added > a step to the NSApplication initialization to deactivate and then reactivate > the application. We trigger the deactivation the first time > applicationDidB

Re: RFR: 8315657: Application window not activated in macOS 14 Sonoma

2023-09-22 Thread Jose Pereda
On Thu, 21 Sep 2023 19:10:38 GMT, Kevin Rushforth wrote: > The fix for [JDK-8233678](https://bugs.openjdk.org/browse/JDK-8233678) added > a step to the NSApplication initialization to deactivate and then reactivate > the application. We trigger the deactivation the first time > applicationDidB

Re: RFR: 8315657: Application window not activated in macOS 14 Sonoma

2023-09-22 Thread Florian Kirmaier
On Thu, 21 Sep 2023 19:10:38 GMT, Kevin Rushforth wrote: > The fix for [JDK-8233678](https://bugs.openjdk.org/browse/JDK-8233678) added > a step to the NSApplication initialization to deactivate and then reactivate > the application. We trigger the deactivation the first time > applicationDidB

Re: RFR: 8315657: Application window not activated in macOS 14 Sonoma

2023-09-22 Thread Kevin Rushforth
On Fri, 22 Sep 2023 13:40:15 GMT, Florian Kirmaier wrote: > With this branch, I no longer get the following warning: > > ``` > [error] Sep 22, 2023 3:12:18 PM com.sun.glass.ui.mac.MacApplication > lambda$waitForReactivation$6 > [error] WARNING: Timeout while waiting for app reactivation > ```

Re: RFR: 8315657: Application window not activated in macOS 14 Sonoma

2023-09-22 Thread Kevin Rushforth
On Thu, 21 Sep 2023 19:10:38 GMT, Kevin Rushforth wrote: > The fix for [JDK-8233678](https://bugs.openjdk.org/browse/JDK-8233678) added > a step to the NSApplication initialization to deactivate and then reactivate > the application. We trigger the deactivation the first time > applicationDidB