JavaFX uses deprecated NSApp::activateIgnoringOtherApps method

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: jfx11, 8, jfx24
    • Component/s: javafx

      JavaFX calls `NSApp::activateIgnoringOtherApps` from `GlassApplication.m` in a few places when it needs to activate the JavaFX application. While fixing JDK-8348744 to also call `NSApp::activateIgnoringOtherApps`, I noticed that this method is now deprecated as of macOS 14. This raises the possibility that future updates to Xcode or macOS might impact how this works.

      This is a placeholder bug for now to explore whether there are other alternatives.

            Assignee:
            Kevin Rushforth
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: