Description
reactos-bootcd-0.4.15-dev-5075-g34635e1-x86-gcc-lin-dbg
Search for files in explorer.
- Select a result (exe file).
- Context menu > CopyToFolder ... opens "Copy to" dialog
- Edit > CopyToFolder ... Executable is launched and no copy is proposed
- : Right Click > CopyToFolder works fine
- Expected bahavior : open "CopyTo" dialog **
Root cause :
dll/win32/shell32/CDefView.cpp : https://git.reactos.org/?p=reactos.git;a=blob;f=dll/win32/shell32/CDefView.cpp#l1957
dll/win32/shell32/CDefaultContextMenu.cpp https://git.reactos.org/?p=reactos.git;a=blob;f=dll/win32/shell32/CDefaultContextMenu.cpp#l1263
eg : in CDefView::InvokeContextMenuCommand verb management is
cmi.lpVerb = MAKEINTRESOURCEA(uCommand);
|
while in CDefaultContextMenu::DoCopyToMoveToFolder
lpici->lpVerb = "copyto"; (or "moveto") |
PATCH : find.patch
Full log (for the "notepad" case in comment) : ReactOS.log
Video : ROS-screen0.webm
Similarly : Edit >"Move to" does nothing while it should (and right click cm does fine). Logs
err:(dll/win32/shell32/CDefaultContextMenu.cpp:1274) Unhandled Verb 701dl |
CDefView.cpp:1523: Unexpected failure (hr)=80070057. |
CShellLink.cpp:1705: Unexpected failure (hr)=80070057. |
CShellLink.cpp:1705: Unexpected failure (hr)=80070057. |
CShellLink.cpp:1705: Unexpected failure (hr)=80070057. |
Attachments
Issue Links
- blocks
-
CORE-11132 Implement "Copy To Folder"/"Move To Folder" from Menubar
- Resolved
- relates to
-
CORE-18585 Folder's properties from a folder's background context menu fails
- Resolved