Not sure where my last message went, but I want to confirm Manu's
findings that this sample does not work in Firefox. The following is
returned:

{ "count": 0, "totalBytes": 0, "extensions": [], "mimeTypes": [],
"files": [] }


On May 31, 2:57 pm, Manu J <[email protected]> wrote:
> I'm using the new DragDrop api 
> usinghttp://code.google.com/p/gears/source/browse/trunk/gears/test/manual/...
>
> as reference. inf firefox this
>
> var data = desktop.getDragData(event, 'application/x-gears-files');
>
> will result in an empty data object even if the dragdrop is
> successull. ie
> data.files = [], data.count = 0 etc.
>
> The same code works fine on Safari 4 beta

Reply via email to