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 BreamoreBoy, Guilherme.Simões, Todd.Rovito, gpolo, r.david.murray, roger.serwy, terry.reedy
Date 2014-06-08.18:35:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402252556.37.0.268042540155.issue17822@psf.upfronthosting.co.za>
In-reply-to
Content
When writing the human-verified tests in idle_test.htest.py, we discovered that there is a different between Windows and Linux in focus shifting when opening an editor window from a visible root window. On Widows, I have to click on the editor window to enter anything. Saimadhav reports that on Linux, the editor already has the focus and is live.

Similarly, when I open Idle from console interpreter with
import idlelib.idle
the focus stay with the console and I have to click on the shell to enter code there. I suspect that this is also different on *nix. Can someone check?
History
Date User Action Args
2014-06-08 18:35:56terry.reedysetrecipients: + terry.reedy, gpolo, roger.serwy, r.david.murray, BreamoreBoy, Todd.Rovito, Guilherme.Simões
2014-06-08 18:35:56terry.reedysetmessageid: <1402252556.37.0.268042540155.issue17822@psf.upfronthosting.co.za>
2014-06-08 18:35:56terry.reedylinkissue17822 messages
2014-06-08 18:35:55terry.reedycreate