id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blockedby,blocking,branch_state,votes 3779,"With sort by mtime, after Alt-i , making a change in a panel alters scrolling position of the other panel",cri,,"How to reproduce: 1. Create a `main` directory with a lot of subdirectories, so that they won't fit in a single page of the panel ```mkdir main ; cd main ; for d in $(seq 1 100) ; do mkdir $d ; done``` 2. Open `main` in `mc` and configure both panels to sort files by modification time 3. Manually scroll down the `main` panel until the cursor is on the `50` directory 4. Hit `Alt-i`, so that the _other_ panel will display the subdirectories of `main` at about the same position, i.e. the `50` directory should be roughly in the middle of the page 5. Enter `50`, make a subdir into it, go back: `cd 50 ; mkdir test ; cd ..` Now the current panel has scrolled all the way down, which is ok, since we just modified the `50` directory and it is now at the bottom of the list (sorted by last modified). The problem is that the same happened also in the other panel, it too has now automatically scrolled to the bottom of the directory list. Since I didn't even switch to the other panel, I assume that its view should remain unaffected by changes made in the current panel. Am I wrong? ",defect,closed,major,,mc-core,master,invalid,,,,,no branch,