I've tried searching and didn't see anything relevant.
I'm placing custom views in a menu. These views respond to mouse events, and -acceptsFirstResponder returns YES. When I click on one of the views, however, -mouseDown: is not sent to the view. When I double- click on one of the views, -mouseDown: finally is sent, but oddly enough, its clickCount says I only clicked once.
The even more bizarre thing is I'm only experiencing this in the X86 build of my application. If I run my application as X86-64, then - mouseDown: is sent correctly the first time. I haven't tried PPC.
Before I file a bug on this, has anyone ever experienced this bizarre behavior before?
Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [EMAIL PROTECTED]
