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

Kevin Rushforth kcr at openjdk.org
Tue Oct 31 12:58:44 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

Automated and manual testing all looks good.

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

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1273#pullrequestreview-1706235164


More information about the openjfx-dev mailing list