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 jungreis
Recipients jungreis, ned.deily, ronaldoussoren
Date 2012-12-25.16:11:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356451882.8.0.692078699865.issue16770@psf.upfronthosting.co.za>
In-reply-to
Content
The output of the commands you suggested is below. I've attached a short video showing the problem (listen for the mouse clicks). I also tried with a variety of fonts (proportional and fixed) and font sizes, both bold and not bold, and all had the same problem. (Set a large font size to make the problem easier to reproduce.) I don't think I have changed any settings in Universal Access, and can't think of any extensions that are related. I probably have changed Mouse settings like Tracking Speed, but since the problem occurs using the mouse and the trackpad it seems unlikely to be due to settings in either.

Thanks for your attention.

>>> import Tkinter, subprocess, _tkinter
>>> Tkinter.Tcl().eval('info patchlevel')
'8.5.11'
>>> print(subprocess.check_output(["otool", "-L", _tkinter.__file__]))
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_tkinter.so:
	/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl (compatibility version 8.5.0, current version 8.5.11)
	/Library/Frameworks/Tk.framework/Versions/8.5/Tk (compatibility version 8.5.0, current version 8.5.11)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)
History
Date User Action Args
2012-12-25 16:11:22jungreissetrecipients: + jungreis, ronaldoussoren, ned.deily
2012-12-25 16:11:22jungreissetmessageid: <1356451882.8.0.692078699865.issue16770@psf.upfronthosting.co.za>
2012-12-25 16:11:22jungreislinkissue16770 messages
2012-12-25 16:11:22jungreiscreate