Skip to content

Window events do not fire on macOS 26 #366

@wzxu

Description

@wzxu

None of the windowDid* events fire, and the log is filled with window-related warnings:

2025-09-18 23:36:41.644616+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXWindowCreated” for element <AXUIElement Application 0xb12cda010> {pid=7344}. (-25204)
2025-09-18 23:36:41.644654+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXUIElementDestroyed” for element <AXUIElement Application 0xb12cda010> {pid=7344}. (-25204)
2025-09-18 23:36:41.644676+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXFocusedWindowChanged” for element <AXUIElement Application 0xb12cda010> {pid=7344}. (-25204)
2025-09-18 23:36:41.644693+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXWindowMoved” for element <AXUIElement Application 0xb12cda010> {pid=7344}. (-25204)
2025-09-18 23:36:41.644716+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXWindowResized” for element <AXUIElement Application 0xb12cda010> {pid=7344}. (-25204)
2025-09-18 23:36:41.644732+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXWindowMiniaturized” for element <AXUIElement Application 0xb12cda010> {pid=7344}. (-25204)
2025-09-18 23:36:41.644747+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXWindowDeminiaturized” for element <AXUIElement Application 0xb12cda010> {pid=7344}. (-25204)
2025-09-18 23:37:11.378503+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXWindowCreated” for element <AXUIElement Application 0xb12cda490> {pid=7305}. (-25210)
2025-09-18 23:37:11.378547+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXUIElementDestroyed” for element <AXUIElement Application 0xb12cda490> {pid=7305}. (-25210)
2025-09-18 23:37:11.378565+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXFocusedWindowChanged” for element <AXUIElement Application 0xb12cda490> {pid=7305}. (-25210)
2025-09-18 23:37:11.378581+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXWindowMoved” for element <AXUIElement Application 0xb12cda490> {pid=7305}. (-25210)
2025-09-18 23:37:11.378597+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXWindowResized” for element <AXUIElement Application 0xb12cda490> {pid=7305}. (-25210)
2025-09-18 23:37:11.378612+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXWindowMiniaturized” for element <AXUIElement Application 0xb12cda490> {pid=7305}. (-25210)
2025-09-18 23:37:11.378627+0800 0x1ee6     Default     0x0                  915    0    Phoenix: Info: Could not remove notification “AXWindowDeminiaturized” for element <AXUIElement Application 0xb12cda490> {pid=7305}. (-25210)

…and repeat.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions