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 culler
Recipients an is, culler
Date 2009-05-15.19:53:45
SpamBayes Score 1.877899e-08
Marked as misclassified No
Message-id <1242417228.59.0.400443879011.issue6015@psf.upfronthosting.co.za>
In-reply-to
Content
I have the same issues with Python 2.6 code I have written.  In OS X
10.4 the scrollbars work correctly with a Tkinter Text widget.  The same
code running in 10.5 exhibits this erratic behavior.  It appears as
though mouse movement events are queued up, causing the mouse to get
ahead of the scrollbar.  Later, at some random time, it appears as
though the queued events get processed all at once, causing the
scrollbar to leap ahead of the mouse.  The scrollbar widget display also
becomes corrupted at times, with the blue color from the slider being
written into the buttons at the bottom.
History
Date User Action Args
2009-05-15 19:53:48cullersetrecipients: + culler, an is
2009-05-15 19:53:48cullersetmessageid: <1242417228.59.0.400443879011.issue6015@psf.upfronthosting.co.za>
2009-05-15 19:53:45cullerlinkissue6015 messages
2009-05-15 19:53:45cullercreate