Draging files from 7zip to explorer++ doesn't work anymore
Describe the bug Right click > 7Z >extract files works. Opening 7z, selecting files to extract, draging selection to any explorer++ folder doesn't.
To Reproduce Steps to reproduce the behavior:
- Open any supported archive file by 7z file manager (zip or 7z)
- Open explorer++ in any folder where your user have rights to write/create file
- Select one or multiple files/folder from 7z file manager and drag them to explorer++
- See popup asking for admin rights. Validating that windows doesn't make it either.
Expected behavior Extraction works, like in previous version.
Crashes no crash.
Version (please complete the following information):
- Explorer++ version: [e.g. 1.4.0.1838 dev (64-bit build)]
- OS: win 10 x64 20h2
- 7zip : 19.00
Same as https://github.com/derceg/explorerplusplus/issues/317
#317 is similar and may have the same underlying cause, but #317 issue is about dropping on a specific file target, whereas this issue is about dropping into the folder pane without a file target.
Also this issue is somehow new., i didn't recall to have it in older version. I just did some other test. The issue is not 100% reproductible.
I have a zip file which works. a 7z as well. but another which doesn't.
I just discover something which may give you a clue of what's going wrong.
First of all, issue is still there. 7zip version didn't change, Explorer++ is in 1848 build Windows is now 11.
What i miss and is interesting is the fact that i use Ultracopier instead of windows conventional copy/paste feature. If i turn down ultracopier, the issue is no longer reproductible !
In my understanding, when you drag'n'drop files/folder from archive to a folder, 7z extract everything in a temp folder, then move the extracted files to the destination. I guess the moving part is bogus as ultracopier is used instead of windows. For me the error occured at that time. I can't tell if ultracopier is bugged or if explorer++ doesn't manage properly the move part.
This is the only issue i have with all those software. Other copy/move/paste have no issues.
Edit: ultracopier 2.2.4.14 7zip message says something about wrong modification date or unable to get it.
According to ultracopier author, issue might come from ultracopier's plugin used to intercept windows copy/cut/paste system to replace it.