I'm using the new DragDrop api using
http://code.google.com/p/gears/source/browse/trunk/gears/test/manual/drag_and_drop.html

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