-
Bug
-
Resolution: Duplicate
-
Minor
-
Jenkins 1.596.3 (LTS) and 1.609.1 (LTS), Chrome and Safari
How to reproduce:
- Make sure Jenkins is configured with many executors or slaves, or make your browser window small, so that the Build Executor Status list does not fit on the screen, making every page have a scrollbar
- Visit a page with automatic form focusing, for example the login or new job page
Expected: The first input element should be focused and the page should be scrolled to the top
Actual: The first input element is focused, but the page is scrolled to the bottom
This seems to be because the element is focused while the page is rendered for devices with small screens, with the Build Executor Status taking up full page with and the login form being placed below it.
While there is no loss of function, this issue causes inconvenience.
- duplicates
-
JENKINS-27223 Clicking Login when you have 30+ slaves defaults you to the bottom of the web page
- Resolved