Skip to content

Usability issue: unpredictable screen layout and cursor position when paging #124

@nborodikhin

Description

@nborodikhin

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions