[New-bugs-announce] [issue14959] ttk.Scrollbar in Notebook widget freezes

David Beck report at bugs.python.org
Wed May 30 03:23:12 CEST 2012


New submission from David Beck <dbeck at ualberta.ca>:

I am working on an iMac running OS 10.7, TK 8.5.11. I built a simple app containing a Notebook widget, and with Listboxes and linked tkk.Scrollbars on each of three tabs. All of the Scrollbars work the first time I manipulate them, but once the Scrollbar on third tab (the last one created by the script) is manipulated, the others become unresponsive to mouse clicks (though the Scrollbars continue to move when the Listboxes are scrolled using the mouse/trackpad. I first found this issue working with Python 3.2.3 (using IDLE), but the same thing happens with Python 3.3. I asked someone to try this on a PC (Windows 7, Python 3.2.3, Tkinter 8.5), but the problem wasn't recreated.

----------
assignee: ronaldoussoren
components: Macintosh, Tkinter
files: Notebook.py
messages: 161923
nosy: davidjamesbeck, ronaldoussoren
priority: normal
severity: normal
status: open
title: ttk.Scrollbar in Notebook widget freezes
type: behavior
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file25758/Notebook.py

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


More information about the New-bugs-announce mailing list