On Jan 22, 2010, at 4:57 PM, Jens Alfke wrote: > > On Jan 22, 2010, at 4:20 PM, Corbin Dunn wrote: > >> NSView doesn't call up the responder chain for rightMouseDown:. It calls >> -menuForEvent:, and if non nil, presents the contextual menu. >> Please log a bug requesting our documentation to clarify this, or asking us >> to change the behavior if you were expecting something else. > > I had a look at the overview of event handling, and the stuff I saw said that > mouse-moved and keyboard events follow the responder chain, but not > mouse-down/up events.
-mouseDown: in NSView will forward up. -rightMouseDown: won't (see my previous message). However, -mouseDown: in NSControl will not forward -- it is overridden to do cell tracking. corbin _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com