[Bug 164328] Drag and drop of addresses from a mail to composer does not work
Allen Winter
winter at kde.org
Wed Jun 18 13:48:36 BST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=164328
------- Additional Comments From winter kde org 2008-06-18 14:48 -------
I investigate this a bit last night.
So far I know the following:
- the mime type for the drag data is "text/plain" or "uri/foo" (I forget right now), but KVCardDrag::mimeType expects "text/directory"
- the drag data is of the form "mailto:Allen Winter<winter kde org>"
if we change KVCardDrag::mimeType() to return "text/plain", we no longer get the error dialog nor a crash. However, KABC::VCardConverter().parseVCard doesn't seem to know how to parse a "mailto:address", so the drop is empty
More information about the Kdepim-bugs
mailing list