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 davidjamesbeck, ned.deily, ronaldoussoren
Date 2012-05-30.01:55:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338342953.54.0.109390387548.issue14959@psf.upfronthosting.co.za>
In-reply-to
Content
For what it's worth, I was able to reproduce the behavior you describe (also on OS X 10.7 using Python 3.3 and the latest ActiveState Tcl/Tk 8.5.11).  Scrolling is a lower level GUI operation that, AFAIK, managed by Tk and OS X frameworks, and not by Python or Tkinter, so my guess is that the problem you're seeing would need to be addressed there.  Unless someone else has a better suggestion, I would advise asking about this on the Tkinter-discuss mailing list (http://mail.python.org/mailman/listinfo/tkinter-discuss) and/or, possibly even better, on the Tcl Mac mailing list (http://dir.gmane.org/gmane.comp.lang.tcl.mac) particularly if you can demonstrate the problem with a Tcl code segment.  Please report back any updates you receive.  Good luck!
History
Date User Action Args
2012-05-30 01:55:53ned.deilysetrecipients: + ned.deily, ronaldoussoren, davidjamesbeck
2012-05-30 01:55:53ned.deilysetmessageid: <1338342953.54.0.109390387548.issue14959@psf.upfronthosting.co.za>
2012-05-30 01:55:52ned.deilylinkissue14959 messages
2012-05-30 01:55:52ned.deilycreate