[issue24893] Tk occasionally mispositions Text() insert cursor on mouse click.

Terry J. Reedy report at bugs.python.org
Thu Jun 29 20:36:45 EDT 2017


Terry J. Reedy added the comment:

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.

----------
versions: +Python 3.7 -Python 2.7, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24893>
_______________________________________


More information about the Python-bugs-list mailing list