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 terry.reedy
Recipients markroseman, ned.deily, rhettinger, ronaldoussoren, serhiy.storchaka, terry.reedy, wordtech
Date 2017-06-30.00:36:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498783005.88.0.416549054214.issue24893@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect that this is entirely a tkinter problem, not an IDLE problem.  For the editor, ButtonRelease is bound to set_line_and_column which updates the status bar.  The function return None so tk can handle the click to move the cursor.
History
Date User Action Args
2017-06-30 00:36:45terry.reedysetrecipients: + terry.reedy, rhettinger, ronaldoussoren, wordtech, ned.deily, markroseman, serhiy.storchaka
2017-06-30 00:36:45terry.reedysetmessageid: <1498783005.88.0.416549054214.issue24893@psf.upfronthosting.co.za>
2017-06-30 00:36:45terry.reedylinkissue24893 messages
2017-06-30 00:36:45terry.reedycreate