[issue24587] Incorrect tkinter behavior of slave widgets of Button

2015-07-11 Thread Eugene K.
Eugene K. added the comment: File attached -- Added file: http://bugs.python.org/file39895/bug.py ___ Python tracker ___ ___ Python-bu

[issue24587] Incorrect tkinter behavior of slave widgets of Button

2015-07-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: Please attach the file to this issue, using the [Browse] button. -- nosy: +serhiy.storchaka, terry.reedy ___ Python tracker ___

[issue24587] Incorrect tkinter behavior of slave widgets of Button

2015-07-07 Thread Eugene K.
New submission from Eugene K.: I've encountered this while trying to write a program that allowed the user to edit button labels, by creating an Entry widget on top of the Button, and then hiding the Button. Sample code: http://pastebin.com/WvBbLsNj According to feedback from stackoverflow