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

2021-09-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: https://stackoverflow.com/questions/69038343/mouse-pointer-misaligned-when-using-python-in-idle-on-mac reports same issue with 3.9.5. I have requested details to be posted here. -- status: pending -> open ___

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

2020-12-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2020-11-27 Thread Ronald Oussoren
Ronald Oussoren added the comment: Is this still reproducible? A question to those that can reproduce this: does this happen with the built-in screen (assuming a laptop or iMac) or an external interface? If the latter, is that a retina display? And does this happen more when moving IDLE

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

2020-06-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: Perhaps this should be closed as 3rd party. I doubt _tkinter messes with clicks. -- components: +macOS -IDLE versions: +Python 3.10 -Python 3.6, Python 3.7 ___ Python tracker

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

2017-06-29 Thread Terry J. Reedy
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:

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

2015-08-20 Thread Raymond Hettinger
Raymond Hettinger added the comment: [Ned] the out-of-date Apple-supplied Tk *might* be in use. It also happens to me and my students periodically. Our Tk is up-to-date. -- ___ Python tracker rep...@bugs.python.org

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

2015-08-20 Thread Guido van Rossum
Guido van Rossum added the comment: I don't have that laptop any more. It's likely that the screen resolution change caused Tcl/Tk to be confused. That's probably a Tcl/Tk bug. -- ___ Python tracker rep...@bugs.python.org

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

2015-08-20 Thread Guido van Rossum
Changes by Guido van Rossum gu...@python.org: -- nosy: -gvanrossum ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24893 ___ ___ Python-bugs-list

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

2015-08-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: Guido, we are looking at the PyCon 2014 keynote video where the text cursor was misplaced relative to the mouseclick, trying to guess the reason. Do you still have the Mac laptop you used? If so, have you upgraded its python? The hideous moment is at 7:10.