Ticket #4617 (closed defect: fixed)
Pagedn skipping lines if editing-window resized
Reported by: | dextarr | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.33 |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #4618 | |
Branch state: | merged | Votes for changeset: | committed-master |
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 8); 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 5-7: skipping line 4
- pageup also doesnt work and skips line 4
- i expect the see line 4 during pagedown-up scrolling
- without resizing the window in step 2 pagedown-up works as intended
please consider fixing it,
thank you!
Change History
comment:2 Changed 9 days ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
- Blocking 4618 added
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.33
Branch: 4617_mcedit_window_lines
changeset:c6746b33b83c68b20d75607161b00d66d941d746
comment:3 Changed 9 days ago by zaytsev
- Votes for changeset set to zaytsev
- Branch state changed from on review to approved
comment:4 Changed 8 days ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from zaytsev to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [84702df3465075df7b905e0f41a690e656ab5367].
Note: See
TracTickets for help on using
tickets.
Relates to #4618 .