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 terry.reedy
Recipients belgort, cheryl.sabella, ned.deily, taleinat, terry.reedy
Date 2018-07-08.00:37:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531010222.56.0.56676864532.issue34047@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-08 00:37:02terry.reedysetrecipients: + terry.reedy, taleinat, ned.deily, cheryl.sabella, belgort
2018-07-08 00:37:02terry.reedysetmessageid: <1531010222.56.0.56676864532.issue34047@psf.upfronthosting.co.za>
2018-07-08 00:37:02terry.reedylinkissue34047 messages
2018-07-08 00:37:01terry.reedycreate