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 ingrid
Recipients gregorlingl, ingrid, jesstess, pythonick
Date 2014-06-03.04:39:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401770355.01.0.892683727321.issue16428@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the issue is that when you are registering mouse events through turtle, it uses Shape._item. For polygon shapes, that's the actual shape item, but for compound shapes, it is an array of shape items. I have attached a patch that makes it so when there is a compound shape, it will iterate over the _item array and add the listener to each individual shape.
History
Date User Action Args
2014-06-03 04:39:15ingridsetrecipients: + ingrid, gregorlingl, jesstess, pythonick
2014-06-03 04:39:15ingridsetmessageid: <1401770355.01.0.892683727321.issue16428@psf.upfronthosting.co.za>
2014-06-03 04:39:14ingridlinkissue16428 messages
2014-06-03 04:39:14ingridcreate