Firefox 134.0.2 on Ubuntu 24.04
Steps to reproduce:
1. Visit the search page: https://forum.allaboutcircuits.com/search/
2. Enter some keywords that will return a lot of results
3. Click the "search" button
4. When the results finish loading, scroll to the very last result and click it
5. After the result loads, click the "back" button in your browser
Expected result: the results page should load in roughly the same position that previously clicked link occupies.
Actual result: page gets auto-scrolled to the top forcing you to scan the entire set of results again to find the one you just read and/or to identify the next result that may be of interest.
The behaviour is most likely the result of the autofocus attribute of the keywords input. That attribute should be removed.
Steps to reproduce:
1. Visit the search page: https://forum.allaboutcircuits.com/search/
2. Enter some keywords that will return a lot of results
3. Click the "search" button
4. When the results finish loading, scroll to the very last result and click it
5. After the result loads, click the "back" button in your browser
Expected result: the results page should load in roughly the same position that previously clicked link occupies.
Actual result: page gets auto-scrolled to the top forcing you to scan the entire set of results again to find the one you just read and/or to identify the next result that may be of interest.
The behaviour is most likely the result of the autofocus attribute of the keywords input. That attribute should be removed.