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 ronaldoussoren
Recipients amcnerney13, ned.deily, ronaldoussoren
Date 2011-03-15.20:51:17
SpamBayes Score 3.6052827e-12
Marked as misclassified No
Message-id <1300222278.06.0.66759082644.issue11088@psf.upfronthosting.co.za>
In-reply-to
Content
Got it to work by introducing both a delayed call and a generated event, just one of those isn't good enough.

The attached patch seems to fix the issue for me (patch was created using diff(1), not through mercurial).

I haven't tested this on anything else than IDLE 3.2 on OSX 10.6 with Tk 8.5.9 from ActiveState. 

If this gets committed I'd at the very least use this workaround only for Tk-Cocoa on OSX, and use the current code path on other platforms. That gives more code, but makes it clear than something special is being done for one specific platform.
History
Date User Action Args
2011-03-15 20:51:18ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, amcnerney13
2011-03-15 20:51:18ronaldoussorensetmessageid: <1300222278.06.0.66759082644.issue11088@psf.upfronthosting.co.za>
2011-03-15 20:51:17ronaldoussorenlinkissue11088 messages
2011-03-15 20:51:17ronaldoussorencreate