搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Possible to maintain scroll position after Ctrl+F5?

  • 3 个回答
  • 3 人有此问题
  • 1 次查看
  • 最后回复者为 borekb

more options

When I do a full page reload (Ctrl+F5), it scrolls up to the top of the page. Chrome, for instance, maintains the scroll position. Is the behavior I am seeing in Firefox hardcoded or did I maybe just messed up my settings somehow? Is there a way to maintain a scroll position after Ctrl+F5?

When I do a full page reload (Ctrl+F5), it scrolls up to the top of the page. Chrome, for instance, maintains the scroll position. Is the behavior I am seeing in Firefox hardcoded or did I maybe just messed up my settings somehow? Is there a way to maintain a scroll position after Ctrl+F5?

所有回复 (3)

more options

I think that is hardcoded, because it does the same for me too.

more options

With Ctrl+F5 you bypass the cache and reload all file fresh from the server. This resets settings like the cursor position and data that you're entered in a form and check boxes. I finds this convenient as I can reload forum index pages and start at he top of the list. I use F5 if I want to keep the scroll position.

more options

For me, it is a problem when I'm doing web development. The tool that I'm using is calling something that forces page reload (it is possibly some kind of embedded JavaScript, I am not sure) and Firefox scrolls to the top of the page, which means that when I'm working on some lower part of the page, this is a major annoyance. I have also noticed that using some F12 tools in Firefox will jump to the top of the page - possibly for the same reason?

I'll probably file and improvement request and hopefully this will find its way into Firefox.