[ wxwindows-Bugs-1619410 ] URLDragAndDrop does not work with Ubuntu 6.10 and Firefox

SourceForge.net noreply at sourceforge.net
Mon Feb 25 06:03:44 PST 2008


Bugs item #1619410, was opened at 2006-12-20 13:09
Message generated for change (Comment added) made by roebling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1619410&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxGTK specific
Group: Platform specific
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Noel (noelbyron)
Assigned to: Robert Roebling (roebling)
Summary: URLDragAndDrop does not work with Ubuntu 6.10 and Firefox

Initial Comment:
Hello!

There is not much to say but the URLDragAndDrop sample does not work at all on my system. Neither the dragging to the browser nor the dragging from the browser to the wxPython application.

The strange thing is that dragging a URL from the browser to the widget where you are supposed to _start_ a drag from the application works? It looks to me that something goes utterly wrong here.

Ubuntu 6.10, wxPython 2.8.0.1

Please let me know if somebody can reproduce this problem on Linux.

Best regards
Noel


----------------------------------------------------------------------

>Comment By: Robert Roebling (roebling)
Date: 2008-02-25 14:03

Message:
Logged In: YES 
user_id=77100
Originator: NO

Ok, but this means that well need a special C++ class for this, too, just
like for text, bitmaps and file dnd. I'm not sure what the sense for
dragging a URL is, but accepting would be nice.

----------------------------------------------------------------------

Comment By: Robin Dunn (robind)
Date: 2008-02-22 17:03

Message:
Logged In: YES 
user_id=53955
Originator: NO

It depends on what is standard for the platform for URLs.  IIRC on Windows
there is a CFSTR_SHELLURL data format type, but browsers and other
applications typically use a plain text data format as well, so
wxURLDataObject is a composite with both text and CFSTR_SHELLURL formats.

I think that when we first made wxURLDataObject browsers on *nix used
plain text object for dragging URLs, but apparently that has changed
somehow.

----------------------------------------------------------------------

Comment By: Robert Roebling (roebling)
Date: 2008-02-22 14:56

Message:
Logged In: YES 
user_id=77100
Originator: NO

I've got no idea how this is supposed to work. What wxDataFormat are you
using? Is there one for URLs defined under MSW?

----------------------------------------------------------------------

Comment By: Robin Dunn (robind)
Date: 2008-02-20 00:58

Message:
Logged In: YES 
user_id=53955
Originator: NO

Robert, do you know how to deal with this?

----------------------------------------------------------------------

Comment By: www.stani.be (pysm)
Date: 2008-01-23 14:43

Message:
Logged In: YES 
user_id=697354
Originator: NO

It also doesn't work on Ubuntu 7.10 with wxPython 2.8.4

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1619410&group_id=9863




More information about the wx-dev mailing list