Issue 13382: IDLE menu scroll bar does not scroll with OS X 10.4 Apple Tcl/Tk (original) (raw)

Issue13382

Created on 2011-11-10 23:41 by cpat, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg147414 - (view) Author: Bill Meng (cpat) Date: 2011-11-10 23:41
I'm running Python 2.7 on a Mac OS 10.4 When I select Edit/completions from the menu, only the first 10 appear with a slider to the right. But the slider does not move to see the rest of the list.
msg147416 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-11-11 00:53
I can reproduce that using a Python that uses the Apple-suppled Tcl 8.4 framework in OS X 10.4.11. That version of Tcl 8.4 is quite old. If you are using a Python 2.7.x from a python.org installer, you may be able to use a newer version of Tcl by installing a current Tcl 8.4 (8.4.19.5 is current at the moment) from ActiveState (http://www.activestate.com/activetcl/downloads). The menu scroll bar seems to work correctly with the newer Tcl. The python.org Pythons will automatically use the newer ActiveState version if it is installed. Otherwise, if you must use the Apple Tcl, although the menu scroll bar does not work on the list when you use a mouse, you can still step through the list by selecting a menu item and using the Up and Down arrow keys on the keyboard.
History
Date User Action Args
2022-04-11 14:57:23 admin set github: 57591
2011-11-11 00:53:55 ned.deily set status: open -> closedassignee: ned.deilytitle: completions in IDLE -> IDLE menu scroll bar does not scroll with OS X 10.4 Apple Tcl/Tknosy: + ned.deilymessages: + resolution: not a bugstage: resolved
2011-11-10 23:41:01 cpat create