[issue10404] IDLE on OS X popup menus do not work: cannot set/clear breakpoints

Ned Deily report at bugs.python.org
Sat Nov 13 09:39:23 CET 2010


New submission from Ned Deily <nad at acm.org>:

In several contexts, IDLE binds clicking of the right mouse button to context popup menus, most importantly, to provide the Set Breakpoint and Clear Breakpoint actions in edit windows.  On OS X systems, however, one cannot assume there will be more than one (e.g. the left) mouse button.  Further, Aqua Tk, the default on OS X, binds a right button if present to <Button-2>, rather than <Button-3> as with other Tk implementations and ignores <Button-3> bindings.  The net effect is that there is currently no way to use IDLE's breakpoint facility with Aqua Tk, with or without a multi-button mouse.

----------
assignee: ronaldoussoren
components: IDLE, Macintosh
messages: 121118
nosy: ned.deily, ronaldoussoren
priority: critical
severity: normal
stage: patch review
status: open
title: IDLE on OS X popup menus do not work: cannot set/clear breakpoints
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list