在单独窗口中的文本字段中剪切和粘贴不起作用

发布于 2024-08-24 19:30:06 字数 205 浏览 6 评论 0原文

我有一个 Macintosh Mozilla 插件,它会显示一个单独的窗口来显示登录信息。 它似乎工作正常,它可以获取键盘事件,例如打字和敲击 返回以点击默认按钮。不过好像并没有被砍掉 并粘贴事件。当我按下 Cmd-v 时,编辑菜单会闪烁,但什么也没有 幸福。

这是我的响应链的问题吗?需要特别告诉我吗 Mozilla 说我想要这些事件?或者我可能还有其他的 我还没有想到的问题?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

相权↑美人 2024-08-31 19:30:06

事实证明,问题是我在 Mozilla 中使用了 cocoa windows,这不是 Cocoa...失败了。

It turns out the problem is that I'm using cocoa windows inside Mozilla, which isn't Cocoa... fail.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文