[issue18686] Tkinter focus_get on menu results in KeyError

2013-08-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is a duplicate of issue734176. Thank you for your example Jeffrey. -- nosy: +serhiy.storchaka resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Make Tkinter.py's nametowidget work with cloned menu widg

[issue18686] Tkinter focus_get on menu results in KeyError

2013-08-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am not able to reproduce any problem on Win 7 with either recent 2.7.6a0 (repository) or 3.3.2. Nothing happens if I click on [File] or anywhere else outside of the entry box or [_]...[X] window buttons. Please give the signin info such as "Python 2.7.5+ (de

[issue18686] Tkinter focus_get on menu results in KeyError

2013-08-08 Thread R. David Murray
Changes by R. David Murray : -- title: Tkinter focus_get on menu causes crash -> Tkinter focus_get on menu results in KeyError ___ Python tracker ___ ___