Single clicks in views in menus not registered?
Single clicks in views in menus not registered?
- Subject: Single clicks in views in menus not registered?
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 20 Nov 2008 16:35:13 -0700
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@hidden)
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:
This email sent to email@hidden