[issue1447222] tkinter Dialog fails when more than four buttons are used

2017-10-28 Thread Berker Peksag
Berker Peksag added the comment: I ported OP's example to Python 3 and I agree with Cheryl that this is fixed now. -- nosy: +berker.peksag resolution: -> out of date stage: patch review -> resolved status: open -> closed Added file: https://bugs.python.org/file47244/example.py __

[issue1447222] tkinter Dialog fails when more than four buttons are used

2017-08-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: I tried the example code under 3.7 and it produced the correct the output. I think this issue can be closed. -- nosy: +csabella ___ Python tracker _

[issue1447222] tkinter Dialog fails when more than four buttons are used

2012-03-22 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue1447222] tkinter Dialog fails when more than four buttons are used

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.3 ___ Python tracker ___ __

[issue1447222] tkinter Dialog fails when more than four buttons are used

2009-06-29 Thread Guilherme Polo
Guilherme Polo added the comment: Interesting.. I tried testing Dialog for that bug, but generating keypress (you can combine with keyrelease too) doesn't trigger the problem (very weird to me). I will be simulating mouse clicks to see if, for some reason, the bug gets noticed. Attaching the t

[issue1447222] tkinter Dialog fails when more than four buttons are used

2008-11-20 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: issue4333 fixes this too, btw ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs

[issue1447222] tkinter Dialog fails when more than four buttons are used

2008-05-31 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: This is a workaround and seems to be the way to go. -- keywords: +patch Added file: http://bugs.python.org/file10485/Dialog_workaround.diff ___ Python tracker <[EMAIL PROTECTED]>

[issue1447222] tkinter Dialog fails when more than four buttons are used

2008-05-19 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: The workaround is actually setting wantobjects to 0, which I doubt everyone will like. I've talked with a tcl developer and some interesting points were raised from the talk: 1) Looking at typePtr in _tkinter isn't actually good (this is use

[issue1447222] tkinter Dialog fails when more than four buttons are used

2008-05-18 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: I just tried it here and it still happens, it also happens for the 11th button and that is it (5th and 11th). I tried it with tk 8.4 and tk 8.5, python-trunk, python 2.5.2. I'm investigating this. For some reason a pixel object is being ret