I had simmilar problem.... it turned out that div that you are attaching event on in IE needs to be on top of all the others or it wont work. Try setting z-index: 2147483647. It helped me. --- Željko http://skitanja.blogspot.com/
"you can't stay young forever... but you can be immature for the rest of your life" Unknown On Wed, Sep 23, 2009 at 2:52 PM, Karl <[email protected]> wrote: > > Can't get it working in IE at all. I've registered the event using > attachEvent() but when I drop the file IE just navigates to the file. > Any idea on how to get it working? The same code (although using > addEventListener() instead to register the event) works fine in > Firefox 3.5.3. > > On 11 Sep, 09:59, Tobi <[email protected]> wrote: > > Hm.. it works in ie8 > > > > On 9 Sep., 16:39, Tobi <[email protected]> wrote: > > > > > > > > > It works now width Gears 0.5.32.0 and Firefox 3.5.2 > > > But in in ie8 it nomore works :( > > > > > var data = desktop.getDragData(e.event, 'application/x-gears-files'); > > > alert(data) // <- null > > > > > On 9 Sep., 06:24, Kevin <[email protected]> wrote: > > > > > > This is getting a bit agravating... I keep checking the web site to > > > > see if it has been updated and it has not. Does no-one have any idea > > > > when a new version of Gears is planned that will address this? > > > > > > Thanks, > > > > Kevin. > > > > > > On Aug 13, 9:16 am, Kevin Berry <[email protected]> wrote: > > > > > > > Thanks, so the change has already been made. When will the next > > > > > release be available? > > > > > > > Thanks > > > > > Kevin > > > > > > > Sent from my iPhone > > > > > > > On Aug 13, 2009, at 6:32 AM, Tobi <[email protected]> > wrote: > > > > > > > > > http://groups.google.com/group/gears-users/browse_thread/thread/f6036... > > > > > > > > On 12 Aug., 22:59, Kevin Berry <[email protected]> wrote: > > > > > >> Is anyone else using thedraganddropfile upload capability in > > > > > >>Gears? > > > > > > > >> On Wed, Aug 12, 2009 at 12:11 AM, Kevin <[email protected]> > wrote: > > > > > > > >>> I'm trying to get this working with my own site under > development > > > > > >>> and > > > > > >>> can't. I've found another developer's site that also doesn't > work. > > > > > >>> So, my question is... are we both doing something wrong or is > file > > > > > >>> upload simply broken for Firefox 3.5.2? > > > > > > > >>> Here's the other guy's site: > > > > > >>>http://scottklarr.com/sandbox/gearsUpload/upload.htm > > > > > > > >>> This page also works under Firefox 3.0.x just like mine does... > > > > > > > >>> Thanks, > > > > > >>> Kevin. >
