如何在 Firefox 4 中保持文本区域滚动到顶部,就像以前的 Firefox 版本一样?

发布于 2024-11-04 10:02:33 字数 116 浏览 4 评论 0原文

如果内容超出可视大小,Firefox 4 会自动将文本区域滚动到底部。以前版本的 Firefox 并没有这样做。

有什么东西,也许是 about:config 选项,我可以调整以使其表现得像以前一样吗?

Firefox 4 automatically scrolls a textarea to its bottom if the content exceeds the viewable size. Previous versions of Firefox didn't do that.

Is there something, perhaps an about:config option, that I can tweak to make it behave like it used to?

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

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

发布评论

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

评论(1

ˇ宁静的妩媚 2024-11-11 10:02:33

啊,是的。通过 focus() 调用,您将获得该行为。请参阅http://bugzilla.mozilla.org/show_bug.cgi?id=353539 因为 Firefox 4 就是这样做的。看起来 webkit 将插入符号放在焦点文本的开头,而不是结尾。 Opera 具有与 Firefox 过去相同(有缺陷的)行为:插入符号位于末尾,但不会滚动到视图中

Ah, yes. With the focus() call you would get that behavior. See http://bugzilla.mozilla.org/show_bug.cgi?id=353539 for the reason Firefox 4 does that. It looks like webkit puts the caret at the beginning of the text on focus, not at the end. Opera has the same (buggy) behavior Firefox used to have: the caret goes at the end, but is not scrolled into view

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