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 ned.deily
Recipients ned.deily, ronaldoussoren
Date 2010-11-13.08:39:20
SpamBayes Score 2.2022288e-09
Marked as misclassified No
Message-id <1289637563.28.0.230524563263.issue10404@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-13 08:39:23ned.deilysetrecipients: + ned.deily, ronaldoussoren
2010-11-13 08:39:23ned.deilysetmessageid: <1289637563.28.0.230524563263.issue10404@psf.upfronthosting.co.za>
2010-11-13 08:39:21ned.deilylinkissue10404 messages
2010-11-13 08:39:20ned.deilycreate