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 serhiy.storchaka
Recipients Alan Moore, serhiy.storchaka, terry.reedy
Date 2018-02-07.21:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518038461.71.0.467229070634.issue32585@psf.upfronthosting.co.za>
In-reply-to
Content
I have fixed tests on HiDPI displays. Two issues are left:

1. test_command still fails randomly. Seems adding update_idletasks() invocation fixes this. And calling pack() looks redundant.

2. Following warnings are emitted:

SpinboxTest.OPTIONS doesn't contain "exportselection"
SpinboxTest.OPTIONS doesn't contain "font"
SpinboxTest.OPTIONS doesn't contain "foreground"

Just add these options to the list. Maybe conditionally if they are not supported in 8.5.
History
Date User Action Args
2018-02-07 21:21:01serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, Alan Moore
2018-02-07 21:21:01serhiy.storchakasetmessageid: <1518038461.71.0.467229070634.issue32585@psf.upfronthosting.co.za>
2018-02-07 21:21:01serhiy.storchakalinkissue32585 messages
2018-02-07 21:21:01serhiy.storchakacreate