When paging through the register using the keyboard, the screen scrolls more than the number of transactions currently displayed. Strangely, when paging by clicking on the scroll bar the correct number of transactions are scrolled. Reproducible: Always Steps to Reproduce: 1. View register (I'm using 1920 x 1200 resolution). 2. Hit Page-Up or Page-Down 3. Actual Results: The screen scrolls roughly 1.5 ~ 3 screens, depending on the position on the screen of the currently selected transaction. Expected Results: The screen should scroll up or down 1 screen height.
The implementation of the page scroll up/down code is located in Register::scrollPage()
Note: this is the old register code which will be removed at some point in time.