WebView Cocoa 控件在窗口关闭时崩溃

发布于 2024-08-12 09:09:26 字数 267 浏览 8 评论 0原文

当我关闭包含 web 视图的 NSDocument 的主窗口时,我在尝试访问 -[WebView(WebViewEditing) undoManager]WebEditorClient::clearUndoRedoOperations 中发生崩溃里面有一个文本编辑器。仅当存在可撤消状态时才会发生。看起来像是可可中的一个错误,但我可能做错了什么。有什么想法可能会发生这种情况吗?网络视图位于笔尖中,不是以编程方式创建的,所以我不确定我能做什么来开始修复这个问题。

I get a crash in WebEditorClient::clearUndoRedoOperations which is trying to access -[WebView(WebViewEditing) undoManager] when I close the main window of an NSDocument that contains a webview with a text editor in it. It only happens when there is an undo-able state. Seems like a bug in Cocoa, but I might be doing something wrong. Any ides why this might be going on? The web view is in a nib and not created programmatically, so I'm not sure what I can do to even begin fixing this.

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

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

发布评论

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

评论(1

╄→承喏 2024-08-19 09:09:26

好吧,在对文档调用 close 之前将其从超级视图中删除似乎已经修复了它。不过,这并不能解释发生了什么,只是将其放在这里以防其他人遇到这个问题。

Well, removing it from superview prior to calling close on the document seems to have fixed it. Still, that doesn't explain what was going on, but just putting it here in case other people have this problem.

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