On Sat, 25 Oct 2008, Frank Niessink wrote: > Hi Jérôme et al, > > Dragging and dropping of URL's doesn't work (at least not on Ubuntu). > The weird thing is that I can see (using print statements) that > DropTarget.OnDragOver and DropTarget.OnDrop are called, but > DropTarget.OnData is not called when dropping an URL. Files work fine. > Moreover, when I drop an URL from Firefox on TC, Firefox will reload > the URL as if the drop was rejected by TC but accepted by Firefox. Any > ideas?
>From what I recall, drag&drop of URLs only worked on Windows, from Firefox. Strange things happen on other platforms; for instance, when dropping an URL from Konqueror, everything seems like it's a file being dropped, except that GetFilenames() returns an empty list. Under Linux, drag&drop will only work from GTK/Gnome apps anyway, because there seem to be interoperability problems between the GTK way and the KDE way... Cheers Jérôme
