Xcode 开发人员文档链接悬停跳转至顶部

发布于 2024-08-02 12:16:42 字数 204 浏览 7 评论 0原文

我不知道我是如何进入这种状态的,但是每当我将鼠标悬停在其中一个文档文件中的链接上时,Xcode 文档窗口就会表现出这种奇怪的“跳到顶部”行为。

例如,我将向下滚动到类引用的方法,一旦我将鼠标悬停在其中一个方法上,文档窗口就会立即跳回顶部。

还有其他人遇到过这种情况吗?如果是这样,Xcode 中有修复吗?

同时,在浏览器中打开文档可以解决该问题。

I don't know how I got into this state, but the Xcode documentation window has been exhibiting this strange behavior of "jumping to top" whenever I hover over a link in one of the doc files.

For example, I'll be scrolling down to, say, the methods of a Class Reference, and as soon as I hover over one of them, the doc window jumps right back to the top.

Has anyone else encountered this? If so, is there a fix for within Xcode?

Meanwhile, opening up the doc in a browser works around the problem.

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

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

发布评论

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

评论(2

夏见 2024-08-09 12:16:42

谢谢大家的回复!

与此同时,我刚刚偶然发现了一个解决方法。

作为序言,我必须针对我的特定情况澄清/纠正两件事:

  1. 仅当将鼠标悬停在“任务”部分中的链接上时才会出现问题。
  2. 跳转不一定会到达页面顶部。相反,它会转到您打开文档时原始着陆点所在的位置。 (用 URL 术语来说,这是片段,例如 #//apple_ref...)。

解决方法:

在 Xcode 文档查看器(甚至在 Safari 中)中,位于右侧(并且作为对等体)的“开发人员文档”窗口中应该有一个“跳转到...”下拉列表出现此问题时的“目录”扩展器。您只需点击一次,关闭它,然后跳跃问题就消失了!

Thanks for the replies everyone!

Meanwhile, I have just stumbled upon a workaround.

To preface, I have to clarify/correct two things for my particular case:

  1. The problem only occurs when hovering over the links in the Tasks section.
  2. The jump doesn't necessarily go to the top-of-page. Rather, it goes to wherever the original landing spot was when you opened the doc. (In URL parlance this is the fragment, e.g. #//apple_ref...).

On to the workaround:

In the Xcode doc viewer (and even in Safari), there should be a "Jump To..." drop-down in the "developer-documentation" window located to the right (and as a peer) of the "table of contents" expander when this problem occurs. You only need click on it once, dismiss it, and then the jumping problem goes away!

沉鱼一梦 2024-08-09 12:16:42

我遇到过它(仅在 Safari 中查看文档时遇到过,而不是文档查看器本身),并且我相信这是 Xcode 3.2(针对 Snow Leopard)中修复的已知错误。

I've encountered it (only when viewing the docs in Safari, not the doc viewer itself), and I believe it's a known bug fixed in Xcode 3.2 (for Snow Leopard).

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