Ticket #2766 (closed defect: fixed)
Panelized search results - current position not saved after edit
Reported by: | victor-homyakov | Owned by: | angel_il |
---|---|---|---|
Priority: | major | Milestone: | 4.8.3 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master committed-stable |
Description
What version of Midnight Commander is used?
From 4.7.5.5 to 4.8.2
What steps will reproduce the problem?
- Create test folder structure:
test/
test/1/
test/2/
- Create files with similar names in folder and subfolders:
test/pom.xml
test/1/pom.xml
test/2/pom.xml
- Go into test folder and search for files (mask does not matter - * or *.xml or pom.xml) then press "Panelize" button. Temp panel will look like:
1/pom.xml
2/pom.xml
pom.xml
- Open editor on first file (F4 on "1/pom.xml").
- Close editor.
What is the expected output?
Cursor should stay on the first file.
What do you see instead?
Cursor will be positioned on the last file (actually on the last file with the same name as edited).
Change History
comment:1 Changed 13 years ago by angel_il
- Owner set to angel_il
- Status changed from new to accepted
comment:2 Changed 13 years ago by angel_il
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.3
branch: 2766_panelize_refresh_fix
comment:4 Changed 13 years ago by andrew_b
- Keywords stable-candidate added
- Votes for changeset changed from slavazanko to slavazanko andrew_b
- Branch state changed from on review to approved
comment:5 Changed 13 years ago by angel_il
- Status changed from accepted to testing
- Votes for changeset changed from slavazanko andrew_b to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
comment:6 Changed 13 years ago by andrew_b
- Status changed from testing to closed
- Keywords stable-candidate removed
- Votes for changeset changed from committed-master to committed-master committed-stable
Cherry-picked to 4.8.1-stable: [f0726d84615a3d8735e1ed77cdaa52dfddfd456b].
Note: See
TracTickets for help on using
tickets.