[issue6015] Tkinter Scrollbar in OS X 10.5

Marc Culler report at bugs.python.org
Fri May 15 21:53:48 CEST 2009


Marc Culler <culler at math.uic.edu> added the comment:

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.

----------
components: +Tkinter -IDLE
nosy: +culler
title: Scrollbar in Idle os x 10.5 -> Tkinter Scrollbar in OS X 10.5
type:  -> performance
versions: +Python 2.6 -Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6015>
_______________________________________


More information about the Python-bugs-list mailing list