[issue11055] OS X IDLE 3.2 Save As menu accelerator opens two Save windows

Ronald Oussoren report at bugs.python.org
Tue Mar 15 23:10:31 CET 2011


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

This is not caused by unwanted interaction with Tk's default bindings, changing the save-as bindings to Shift+Cmd+M doesn't "fix" the issue.

It seems that the save event is generated twice, for reasons I don't yet understand (I'm definitely not enough of a Tkinter user to understand what's going on).

I have attached a new patch that fixes the issue for me, by recognizing that a save event is getting in while already saving. The fix is only active on OSX.

BTW. This issue probably also affects 2.7, I haven't done a rebuild of 2.7 yet to check that.

----------
Added file: http://bugs.python.org/file21231/issue11055.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11055>
_______________________________________


More information about the Python-bugs-list mailing list