Summary: | Drag and drop of addresses from a mail to composer does not work | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Urs Wolfer <uwolfer> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.9.52 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Urs Wolfer
2008-06-17 20:23:21 UTC
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 |