Version: (using Devel) Installed from: Compiled sources OS: Linux I'm not able to drag an mail address from KMail (e.g. "From:" field) to a new composers "To:" field. I get the following message: "Unable to access ..."
Confirmed with 1.9.52.
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
Any chances to get this fixed soon? It's a quite annoying bug for me.
Urs, Thomas and I took a look today and determined that the bug is due to a behavior change in KUrl. We have a query into dfaure about how to proceed. There is a good chance we can squeeze in a fix before tagging on Tuesday.
SVN commit 835989 by tmcguire: Fix dropping of mailto: Urls. Needs an up-to-date kdelibs. BUG: 164328 M +43 -20 kmlineeditspell.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=835989
SVN commit 836075 by tmcguire: Backport r835989 by tmcguire to the 4.1 branch: Fix dropping of mailto: Urls. Needs an up-to-date kdelibs. CCBUG: 164328 M +43 -20 kmlineeditspell.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=836075