Hi, I've recently started working on a new project that incorporates Google Gears and I have run into two issues that have left my stumped. The project is a Drupal module that provides Drag and Drop upload functionality, both natively and via Google Gears where needed.
The issues occur specifically when using a WYSIWYG IFRAME as a dropzone for the Google Gears version. With Internet Explorer the issue is that "desktop.getDragData(e, 'application/x-gears-files')" returns the error: "The drag-and-drop event is invalid." With Firefox 3.5.5, the issue is that an XHR request is sent, and I can confirm that it does upload the dropped files, but the "onreadystatchange" event is never triggered. If anyone can provide their thoughts on these issues I would be extremely grateful. I do have a demonstration site running a slightly older version of my code, which will be updated in the next few hours, for anyone to test and reproduce the issue at: http://demo.stuar.tc/dragndrop_uploads Cheers, Decipher.
