Cut and paste out of/ into text fields in a separate window doesn't work

Posted by Brian Postow on Stack Overflow See other posts from Stack Overflow or by Brian Postow
Published on 2010-03-15T15:07:49Z Indexed on 2010/03/15 15:09 UTC
Read the original article Hit count: 402

I have a Macintosh Mozilla plugin which puts up a separate window for login information. It seems to work fine, it gets keyboard events like typing and hitting return to hit the default button. HOWEVER, it doesn't seem to get cut and paste events. When I hit Cmd-v, the edit menu flashes, but nothing happnes.

Is this a problem with my responder chain? Do I have to specially tell Mozilla that I want these events? or am I likely to have some other problem that I haven't even thought of?

thanks.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about mozilla-plugin