An odd behavior just popped up on one particular page on my site. While the page is loading, no matter what way you visit the page (refresh, direct input, SERP click, etc) the viewframe is by default partially scrolled down – about 1/5 of the way, just enough to obscure the header. In Chrome, once the peripherals are done loading (analytics and Facebook Graph) the page jerks back to the top. In Firefox, it stays scrolled down even after the page is completely loaded.
Has anyone experienced this before? I tried removing all of my scripts and analytics – this made the load faster, but the scroll issue still remained. I don’t have any complicated scripts that could be causing this.
window.scrollTo(0,0);on window load?