When coding transactions, I first go through and get rid of all the transfers between accounts (which should probably have been done automatically, but that's a whole different idea). Every time I add a transfer, it returns me to the top of the list, so I have to scroll down again, and try to find where I was.
Makes my head want to explode. Dramatic I know.
It would be a godsend if the scroll position was remembered and retained after the page reloads. Or for an even more graceful solution, use ajax requests to only reload the list without refreshing the whole page.
"Retain scroll position after bank transfer is entered"