Re: NSTextInput conformant view not responding to IME input
Re: NSTextInput conformant view not responding to IME input
- Subject: Re: NSTextInput conformant view not responding to IME input
- From: Ken Thomases <email@hidden>
- Date: Wed, 04 Dec 2013 00:12:11 -0600
On Dec 3, 2013, at 11:49 PM, Abhijit Apte wrote:
> I noticed that the [NSTextInputContext currentInputContext] is the same as
> [self inputContext] which means the new context of the responder got
> activated.
Right, but calling +currentInputContext is what actually activates it. That is, I'm not surprised that comparing the output of the two methods shows them to be equal. What I'm wondering is if calling +currentInputContext before -handleEvent: actually changes the behavior of -handleEvent:.
Regards,
Ken
_______________________________________________
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