KDE 4.8.2: If one opens a computer with network shares, e.g. smb://host.local one sees the different shared folders. Dragging files on those folders does not work. Opening each share and dragging files to it, does work. Reproducible: Always Steps to Reproduce: 1. Open a computer with samba shares 2.Drag and drop files on those shares Actual Results: File action does not work Expected Results: being able to drag and drop on shares without entering them.
Resetting assignee to default as per bug #305719
We can't do anything about it in Dolphin. The KFileItem for Samba Top-Level folders returns always a read-only permission. (See DragAndDropHelper::dropUrls) This needs to be fixed in Kdelibs/KIO (if possible).
Seems to be working nowadays.