Comment 3 for bug 1301005

Revision history for this message
Corey Goldberg (coreygoldberg) wrote :

 the proper fix (IMHO) is to ensure it's synchronized/focused by using the 'focused_type' context manager. which is exactly what the next set of tests do. Since it's already tested and synchronized in 'test_typing_with_contextmanager' tests, I'm not sure adding a sleep or coming up with good synchronization method in this test case is doing anything more for us here. thoughts?