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 davidjamesbeck
Recipients davidjamesbeck, ronaldoussoren
Date 2012-05-30.01:23:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338340992.23.0.15573788402.issue14959@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-30 01:23:12davidjamesbecksetrecipients: + davidjamesbeck, ronaldoussoren
2012-05-30 01:23:12davidjamesbecksetmessageid: <1338340992.23.0.15573788402.issue14959@psf.upfronthosting.co.za>
2012-05-30 01:23:11davidjamesbecklinkissue14959 messages
2012-05-30 01:23:11davidjamesbeckcreate