This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Eugene K., ned.deily, serhiy.storchaka, terry.reedy
Date 2015-07-13.07:24:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436772272.16.0.300622414701.issue24587@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I can tell the sample program works as expected on OS X with either Cocoa Tk or X11 Tk, in both cases (as long as the event is changed to Button-1).  I agree it's most likely a platform difference or platform bug in Tk behavior, rather than a Python issue.  But establishing what is the desired Tk behavior on each platform is way beyond the scope of the Python issue tracker.  I suggest you ask in more specialized forums, like the Tkinter-discuss list (https://mail.python.org/mailman/listinfo/tkinter-discuss) or a Tk support group.  If you want to pursue it as a Tk issue, you might want to search the Tk issue tracker (https://core.tcl.tk/tk/reportlist) and/or open a Tk issue there.  You'll probably have more success there if you can provide a Tcl-based test case, for example, using the wish shell, thus eliminating Python from the equation. If it ends up looking to really be a Python issue, please re-open this issue with links to the discussion elsewhere.  Good luck!
History
Date User Action Args
2015-07-13 07:24:32ned.deilysetrecipients: + ned.deily, terry.reedy, serhiy.storchaka, Eugene K.
2015-07-13 07:24:32ned.deilysetmessageid: <1436772272.16.0.300622414701.issue24587@psf.upfronthosting.co.za>
2015-07-13 07:24:32ned.deilylinkissue24587 messages
2015-07-13 07:24:31ned.deilycreate