Message131035
This isn't strictly a key-bindings problem, other events also cause problems.
I've patched ScriptBinding.py and repacled run_module_event that causes the original, now renamed, method to be called a little why later. This change doesn't fix the issue but makes it even worse: even the menu no longer works.
def run_module_event(self, event):
self.editwin.text_frame.after('idle', self._run_module_event, None)
return 'break'
def _run_module_event(self, event):
"""Run the module after setting up the environment.
I'm getting more and more disappointed in the way Tk on OSX is moving forward. |
|
Date |
User |
Action |
Args |
2011-03-15 20:31:25 | ronaldoussoren | set | recipients:
+ ronaldoussoren, ned.deily, amcnerney13 |
2011-03-15 20:31:25 | ronaldoussoren | set | messageid: <1300221085.09.0.834345793055.issue11088@psf.upfronthosting.co.za> |
2011-03-15 20:31:23 | ronaldoussoren | link | issue11088 messages |
2011-03-15 20:31:23 | ronaldoussoren | create | |
|