[issue31483] ButtonPress event not firing until button release Python 3.6.1

2020-12-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And in any case Tkinter is just a wrapper around Tk. If there is a bug it should be reported on the Tk bug tracker. -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker

[issue31483] ButtonPress event not firing until button release Python 3.6.1

2017-09-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: I cannot reproduce the claimed bug on Win 10, 2.7.13 and 3.6.2, 64 bit amd versions. Running the code above from console or IDLE, I see no difference. Button press selects item, add blue background. Release changes nothing. Here is a minimal demo that runs

[issue31483] ButtonPress event not firing until button release Python 3.6.1

2017-09-15 Thread Mike McDonnal
Mike McDonnal added the comment: OS Version - Windows 7 Pro -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31483] ButtonPress event not firing until button release Python 3.6.1

2017-09-15 Thread Mike McDonnal
New submission from Mike McDonnal: On my version of python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] As well as on 3.6.2 for some other users I have spoken to there seams to be an issue with the event for pressing the mouse button down. The event or do not fi