[issue31496] IDLE: test_configdialog failed

2017-09-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Updated patch for issue31500 fixes this issue. I guess the problem was with using fixed size for the dialog widget. It was too small and the part of the example was not visible. -- ___ Python tracker

[issue31496] IDLE: test_configdialog failed

2017-09-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: If the test only fails with a HiDPI screen, then it must somehow be related. But if the highlight sample is normal size, like the font sample in https://bugs.python.org/file47141/Screenshot_20170917_213616.png then the relationship must not be as simple as I

[issue31496] IDLE: test_configdialog failed

2017-09-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: No, the fix for issue31500 doesn't affect this issue. -- ___ Python tracker ___

[issue31496] IDLE: test_configdialog failed

2017-09-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: On windows, hs.see(start), followed or not by update_idletasks(), has no effect. Does the fix for #31500 fix this also? -- ___ Python tracker

[issue31496] IDLE: test_configdialog failed

2017-09-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: https://bugs.python.org/file47143/success.txt ___ Python tracker ___

[issue31496] IDLE: test_configdialog failed

2017-09-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: About the 'invalid command name' message: PR 3622 was not yet merged on your machine. Inserting hs.see(start) just before hs.bbox(start) fixes the issue. I have added some debug prints. Here are outputs, with and without a fix. -- Added file:

[issue31496] IDLE: test_configdialog failed

2017-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: Are you running on Linux or Mac? What tk version? About the 'invalid command name' message: PR3622, patching idlelib.codecontext, merged to master 13 hours ago, fixed this for me on Windows. (It added CodeContext.__del__.) Did it fail on your machine or

[issue31496] IDLE: test_configdialog failed

2017-09-17 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: $ ./python -m test -uall test_idle Run tests sequentially 0:00:00 load avg: 1.19 [1/1] test_idle invalid command name "140662890299080timer_event" while executing "140662890299080timer_event" ("after" script) test test_idle failed -- Traceback (most