Feedback
Window close events are skipped on Cmd-Q
- Status
- Fixed
- Fixed in
- v26.6.5
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
On macOS, quitting a desktop app with Cmd-Q can skip Window.CancelClosing and Window.Close even though closing the same window with the traffic-light close button fires the events. Cmd-Q should run the same close negotiation, passing appQuitting=True to CancelClosing and firing Close when the close is accepted.