Ticket #4618 (closed defect: fixed)

Opened 9 days ago

Last modified 8 days ago

Cursor jumps during pagedn if editing-window resized

Reported by: dextarr Owned by:
Priority: major Milestone: 4.8.33
Component: mcedit Version: master
Keywords: Cc:
Blocked By: #4617 Blocking:
Branch state: no branch Votes for changeset:

Description

Dear support,

I've found a pageup-down misbehavior in case the mcedit window is resized

create a test file
for i in $(seq 1 7); do echo $i>>test.file; done

steps to reproduce:

  • open the file in mcedit (the cursor is on the first line)
  • resize the editor window by clicking "*" in the upper right corner to display only 3 lines
  • pressing pagedown results the window showing lines 4-6 but the cursor jumps one line down, to line 5
  • i expect it to stay on line 4 so the top line of the editor window, where it was before

please consider fixing it,

thank you!

Change History

comment:1 Changed 9 days ago by andrew_b

  • Blocked By 4617 added

(In #4617) Branch: 4617_mcedit_window_lines
changeset:c6746b33b83c68b20d75607161b00d66d941d746

comment:2 Changed 9 days ago by andrew_b

  • Milestone changed from Future Releases to 4.8.33

comment:3 Changed 8 days ago by andrew_b

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.