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 terry.reedy
Date 2017-07-25.07:17:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500967070.15.0.0149219336702.issue31003@psf.upfronthosting.co.za>
In-reply-to
Content
Bugs discovered while testing for tests; fix in followup that also streamlines layout.

Size vars are StringVars and write text strings that give invalid warning when read.  Use IntVars and enforce minimum at least 1?  Test what tk allows. Will IntVar reject non-digits?

Helplist: up/down move selection indicator but do not change selection.  Fix as with fontlist.  Will not edit/delete what expect.
History
Date User Action Args
2017-07-25 07:17:50terry.reedysetrecipients: + terry.reedy
2017-07-25 07:17:50terry.reedysetmessageid: <1500967070.15.0.0149219336702.issue31003@psf.upfronthosting.co.za>
2017-07-25 07:17:50terry.reedylinkissue31003 messages
2017-07-25 07:17:49terry.reedycreate