Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 webview 的应用程序。它工作得很好,然后我将 webView 移到了 NSSplitView 中。现在似乎出于某种原因,每当我按任意键将文本输入到 web 视图中时,它都会向下滚动。我不知道是什么原因造成的。请帮忙!
想通了... webview 是它所在的视图边界之外的一个像素左右。我不知道为什么会导致它发生这种情况,但是当我把它放回视图的范围内时,问题就消失了。诡异的。