blaise-io / live-reload

Browser extension for web devs. Monitors source files on a page and reloads page or source file when a change is detected.
MIT License
60 stars 9 forks source link

Avoid scrolling to the top of the page while reloading (on Firefox) #31

Open al0git opened 2 years ago

al0git commented 2 years ago

Hello,

Currently, using firefox 102.0.1 on linux, the extension works correctly. However, when the page reloads itself, the browser scrolls to the top of the page. I dislike that, I'd like the page to stay where it is. My use case is generating and modifying html documentation using Sphinx and I'd like to see the document evolution where I scrolled, not the top of the page ;-) I'm currently using live.js which does not scroll to the top. Note that using chrome 103.0.5060.114 on linux does not have this scrolling side effect, so there's a workaround. Thanks for your work.

trymeouteh commented 5 months ago

Would like this feature as well