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 Lita.Cho, jesstess, ned.deily, terry.reedy
Date 2014-07-04.18:48:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404499697.52.0.915549573889.issue21597@psf.upfronthosting.co.za>
In-reply-to
Content
If by tearing you mean leaving artifacts on the screen, differences in behavior are almost certainly due to different versions of Tk being used.  Tkinter is really just a wrapper around calls to Tk; nearly all of the heavy-duty graphics work is done by Tk making calls to other, platform-specific graphics libraries.  FWIW, I ran your last test with the current python.org 2.7.8 and 3.4.1 on OS X with the current ActiveTcl Tk 8.5.15 and they both performed identically: I expanded the frame to fill the screen and could cleanly move the slider to the left or right with no artifacts.
History
Date User Action Args
2014-07-04 18:48:17ned.deilysetrecipients: + ned.deily, terry.reedy, jesstess, Lita.Cho
2014-07-04 18:48:17ned.deilysetmessageid: <1404499697.52.0.915549573889.issue21597@psf.upfronthosting.co.za>
2014-07-04 18:48:17ned.deilylinkissue21597 messages
2014-07-04 18:48:17ned.deilycreate