[Webkit-unassigned] [Bug 192570] [iOS] Support dropping contact card data (public.vcard) in editable content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 12:14:13 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192570

--- Comment #1 from Wenson Hsieh <wenson_hsieh at apple.com> ---
For added context, our current behavior when dropping a vCard in both rich and plain editable elements is that we dump the entire contents of the vCard as plain text :(

The desired behavior is probably:

• If there is a URL accompanying the vCard, dropping into a rich contenteditable with attachments enabled should produce a link and an attachment element, and dropping into a rich contenteditable without attachments should insert just a link.

• If there is no URL accompanying the vCard, dropping into a rich contenteditable area should insert an attachment element, and dropping into a rich contenteditable without attachments enabled should do nothing.

• If there is a URL accompanying the vCard, dropping into a plain contenteditable should insert the URL.

• If there is no URL accompanying the vCard, dropping into a plain contenteditable should do nothing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181211/3ede150d/attachment.html>


More information about the webkit-unassigned mailing list