Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Possible to maintain scroll position after Ctrl+F5?

  • 3 réponses
  • 3 ont ce problème
  • 26 vues
  • Dernière réponse par 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?

Toutes les réponses (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.