• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSTextInput conformant view not responding to IME input
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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: Tue, 03 Dec 2013 23:23:24 -0600

On Dec 3, 2013, at 9:46 PM, Abhijit Apte wrote:

> I've a view which is conforming to NSTextInput protocol which has the
> -setMarkedText: and -insertText: methods implemented in the view.

You should be using the NSTextInputClient protocol in modern code.

> If I switch the keyboard focus from a view in another window and give this
> view the keyboard focus, upon -keyDown: with Japanese input method (say),
> if I call [[self inputContext] handleEvent:event], the callbacks
> -setMarkedText: and -insertText: are not getting called at all.
> However, if I switch the app and activate the app back, the IME input works
> and I receive the callback.
>
> Can anyone suggest what could be happening here?
> The responder chain seems to be the same in both the scenarios.

Are you overriding -[NSView inputContext]?  Perhaps you did it accidentally, if you created an inputContext property?

Try invoking [NSTextInputContext currentInputContext] either arbitrarily or instead of [self inputContext].  As I recall, it is within +currentInputContext that Cocoa deactivates that old input context and activates the new one (if the first responder of the key window has changed).

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


  • Follow-Ups:
    • Re: NSTextInput conformant view not responding to IME input
      • From: Abhijit Apte <email@hidden>
References: 
 >NSTextInput conformant view not responding to IME input (From: Abhijit Apte <email@hidden>)

  • Prev by Date: Re: ToolTips for Matrix Cells
  • Next by Date: Re: NSTextInput conformant view not responding to IME input
  • Previous by thread: NSTextInput conformant view not responding to IME input
  • Next by thread: Re: NSTextInput conformant view not responding to IME input
  • Index(es):
    • Date
    • Thread