Usability issue - screen layout and cursor position on the screen is unpredictable when using pagination.
Scenario 1:
- initial position:
- first line on the screen: 1
- cursor on line 1
- page down:
- first line on the screen: 42
- cursor on line 42 (first line on the screen)
- page up:
- first line on the screen: 1
- cursor on line 1 (first line on the screen)
Scenario 2:
- initial position:
- first line on the screen: 1
- cursor on line 1
- page down:
- first line on the screen: 42
- cursor on line 42 (first line on the screen)
- page down:
- first line on the screen: 83
- cursor on line 83 (first line on the screen)
- page up:
- first line on the screen: 2
- cursor on line 42 (last line on the screen)
Usability issue - screen layout and cursor position on the screen is unpredictable when using pagination.
Scenario 1:
Scenario 2: