First responder status and field editor
First responder status and field editor
- Subject: First responder status and field editor
- From: vincent habchi <email@hidden>
- Date: Tue, 17 Aug 2010 21:55:54 +0200
Hi everybody,
just a tiny question: I have a NSTextField whose field editor is customized. When I click inside to begin typing text, to my surprise, its (that is, the NSTextField) -(BOOL)resignFirstResponder gets called, which is rather unexpected since the field is, on the contrary, acquiring focus. I suppose this is caused by the first responder status being handed over on the fly to the field editor, right? In particular, does it mean that the code I wanted to implement in the NSTextView -resignFirstResponder method should be transferred to the field editor same method?
Thanks,
Vincent_______________________________________________
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