[issue21757] Can't reenable menus in Tkinter on Mac

2014-06-14 Thread Mark Bell
New submission from Mark Bell: The following example is a Tkinter app with a button that toggles the menu being enabled based off of https://mail.python.org/pipermail/tkinter-discuss/2004-September/000204.html #--- from Tkinter import * root=Tk() def

[issue21757] Can't reenable menus in Tkinter on Mac

2014-06-14 Thread R. David Murray
R. David Murray added the comment: Given the description it sounds likely that this is a tk bug. -- assignee: - ronaldoussoren components: +Macintosh nosy: +r.david.murray, ronaldoussoren ___ Python tracker rep...@bugs.python.org

[issue21757] Can't reenable menus in Tkinter on Mac

2014-06-14 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +ned.deily ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21757 ___ ___ Python-bugs-list

[issue21757] Can't reenable menus in Tkinter on Mac

2014-06-14 Thread Ned Deily
Ned Deily added the comment: Yes, it is a Tk bug. The Cocoa version of Tk 8.5 that Apple has been shipping since OS X 10.6 has numerous problems that have been fixed in more recent versions of Tk 8.5. With the current ActiveTcl 8.5.15, your test appears to work correctly. Unfortunately,