This is an old problem which is a solution to another old problem I had, but finally found time to document it. This problem has existed in at least the last three iterations of this program.
Some background. A couple years back I asked for a solution to inadvertently copying or moving files and folders by dragging with the mouse.
After changing options as directed, it was supposed to work like this: Select files to be moved. Drag files to destination folder. A dialog box pops up asking for confirmation. After confirming the move the files were transferred or the operation aborted.
What really happens: Select files to be moved. Drag files to destination folder. A dialog box pops up asking for confirmation. Files are moved while the dialog box is still on the screen. Clicking on "Abort" dismisses the dialog box but does not return the files to their original location. Images attached
Requesting it to copy files has the same result. "Undo" will return the files to their original destination, but that's not the point.