We also experience this issue since we updated from Jenkins 1.586 to 1.596.2.
Happens with IE 9, FF 37.0.1, Chrome 41.0.2272.118.

Due to our heavy session timeout restrictions this is very annoying.
You can quickfix it with the Simple Theme Plugin (does not require a restart), by adding custom _javascript_:

if(window.location.href.indexOf("/login") > -1){
    window.scrollTo(0, 0);
  }
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to