google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Disable files as copy targets in file browser #229

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open the file browser and start dragging a file ex. some_file.txt
2.Drop it over another file in the same or another dir: ex. some_other_file.txt

What is the expected output? What do you see instead?

User shouldn't be able to copy one file over the other which would replace the 
destination file.

Currently, operation is allowed and we get a server-side error. Yabi thinks 
that some_other_file.txt is a directory so the copy failes.

Original issue reported on code.google.com by szab...@gmail.com on 29 Jun 2012 at 7:24

GoogleCodeExporter commented 9 years ago
Fixed in ca1a61a2e333 on tszabo.

Original comment by szab...@gmail.com on 29 Jun 2012 at 7:44