RFR: 8319066: Application window not always activated in macOS 14 Sonoma [v2]

Kevin Rushforth kcr at openjdk.org
Mon Oct 30 15:56:43 UTC 2023


On Mon, 30 Oct 2023 15:50:09 GMT, Jose Pereda <jpereda at openjdk.org> wrote:

>> On macOS 14. when a JavaFX application is launched from the command line it is not activated, and the terminal application remains active.
>> 
>> This PR forces the application activation on macOS 14, in case the app didn't get activated yet (when launched from a shortcut icon, for instance).
>
> Jose Pereda has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Introduce requiresActivation to limit the cases that require activation

The updated PR looks good. I'll do some more testing now.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1273#issuecomment-1785518643


More information about the openjfx-dev mailing list