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 JanKanis, terry.reedy
Date 2014-06-01.07:05:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401606311.05.0.0890319014137.issue18132@psf.upfronthosting.co.za>
In-reply-to
Content
I believe I have read more than one warning to not mix grid and pack in the same master, as your patch does. For example: http://effbot.org/tkinterbook/grid.htm, An option would be to grid everything. I believe grid would also fix issue #21597, so I may try it and see if it fixes both issue without introducing a scrollbar problem.
History
Date User Action Args
2014-06-01 07:05:11terry.reedysetrecipients: + terry.reedy, JanKanis
2014-06-01 07:05:11terry.reedysetmessageid: <1401606311.05.0.0890319014137.issue18132@psf.upfronthosting.co.za>
2014-06-01 07:05:11terry.reedylinkissue18132 messages
2014-06-01 07:05:10terry.reedycreate