andrewhayden / folderslice

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

Gadget cannot accept some folders for drag and drop #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to drag your personal folder (e.g., "Andrew") into FolderSlice
2. FolderSlice fails to process the folder.

What is the expected output? What do you see instead?
FolderSlice should be able to process the folder.

Original issue reported on code.google.com by andrew.h...@gmail.com on 12 Dec 2007 at 7:26

GoogleCodeExporter commented 9 years ago
This turns out to be yet another bug in Windows.  Specifically, the "System" 
library
from the Sidebar API cannot convert the drag-and-drop event for such a "linked
folder" properly, and as a result, the Gadget gets the value "null" when it 
tries to
find out what was passed.

I'll leave this issue open, but until Microsoft fixes the API there is no way 
around
this that I have found.

Original comment by andrew.h...@gmail.com on 12 Dec 2007 at 7:28