Ticket #1877 (new defect) — at Initial Version

Opened 14 years ago

Last modified 14 years ago

Strange behavior of cursor when static scroll used

Reported by: slavazanko Owned by:
Priority: major Milestone: 4.7.0
Component: mcedit Version: 4.7.0-pre4
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description

Test case:

  • touch test.txt; for i in {0..300};do echo $i >>test.txt;done
  • mcedit test.txt
  • Press PageDown?; then press PageDown? again
  • move cursor at middle of screen
  • press Ctrl+Dowm

What is the expected:
Cursor must be holded at middle of screen, lines at all screen must be scrolled up

What see instead:
Cursor moved down, lines at all screen scrolled down.

Note: See TracTickets for help on using tickets.