Tk Source Code

View Ticket
Login
Ticket UUID: 63c3542c06436679892b42bb706bde9a4ab5f0c
Title: tk_messageBox alters OS X window's buttons
Type: Bug Version: 8.6
Submitter: Kroc Created on: 2015-11-27 11:15:16
Subsystem: 38. [tk_messageBox] Assigned To: kevin_walzer
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2016-01-11 00:49:15
Resolution: Fixed Closed By: kevin_walzer
    Closed on: 2016-01-11 00:49:15
Description:
On Mac OS X, with Tk 8.5, when a dialog is opened with [tk_messageBox -parent $win], the system close button of $win is disabled and turns back enabled when the dialog is closed.

With Tk 8.6, when the same dialog is opened, the system close button is disabled but when the dialog is closed it remains grey (but not disabled). Moreover, once the cursor is moved over the buttons, they all turn grey when the cursor leaves.
User Comments: kevin_walzer added on 2016-01-11 00:49:15:
Fixed with commit 783ce25f; thanks to Marc Culler for initial patch.

kevin_walzer added on 2015-11-29 19:18:45:
I see the issue; any movement of the mouse into the window client area rectifies the error.