[issue34047] IDLE: on macOS, scroll slider 'sticks' at bottom of file

Terry J. Reedy report at bugs.python.org
Sat Jul 7 20:37:02 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

We need to determine whether the problem is with tk/tkinter or specifically with IDLE, and whether it has anything with using ttk.  The attached file duplicates the skeleton of an IDLE editor in 14 lines of tkinter code.  This includes putting a ttk scrollbar on the tk frame.  It works for me on Windows.  If it misbehaves on Mac, uncomment ', Scrollbar' on the ttk line to get a ttk scrollbar on a ttk frame.  Also comment out the entire ttk line to get a tk scrollbar on a tk frame.

----------
Added file: https://bugs.python.org/file47676/tk_scroll.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34047>
_______________________________________


More information about the Python-bugs-list mailing list