[issue6015] Tkinter Scrollbar in OS X 10.5

2012-04-03 Thread Andrew Svetlov

Andrew Svetlov andrew.svet...@gmail.com added the comment:

Can anybody confirm this bug for OS X?

--
nosy: +asvetlov, ned.deily
type: performance - behavior
versions: +Python 3.3 -Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6015
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6015] Tkinter Scrollbar in OS X 10.5

2012-04-03 Thread Ned Deily

Ned Deily n...@acm.org added the comment:

I am unable to reproduce this behavior with current versions of Python 2.7 or 
3.2 on OS X 10.5.8 using either the most recent Apple-supplied Carbon Tcl/Tk 
8.4 or with the latest ActiveState Tcl/Tk 8.4 nor with on OS X 10.7 with Tcl/Tk 
8.4 or 8.5.  There have been many fixes on the Python side to Tkinter and on 
the Tcl/Tk side.  If you can reproduce with a current Python 2.7.2 (or later) 
or 3.2.2 (or later), please reopen with details including which Python build 
and Tcl/Tk are in use.

--
resolution:  - out of date
stage:  - committed/rejected
status: open - closed
versions: +Python 2.6 -Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6015
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6015] Tkinter Scrollbar in OS X 10.5

2009-05-15 Thread Marc Culler

Marc Culler cul...@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 rep...@bugs.python.org
http://bugs.python.org/issue6015
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com