[Webkit-unassigned] [Bug 181192] New: [Attachment Support] Support creating attachment elements when dropping files on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 29 18:58:30 PST 2017


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

            Bug ID: 181192
           Summary: [Attachment Support] Support creating attachment
                    elements when dropping files on iOS
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com
                CC: wenson_hsieh at apple.com

This logic currently resides in WebContentReaderMac, so we currently only represent dropped file paths as attachments on Mac.

We should refactor this logic so that it resides in WebContentReaderCocoa, and teach iOS to insert attachment elements for content that either (1) explicitly prefers an attachment presentation style, as specified on the UIItemProvider, or (2) would otherwise not have a relevant DOM representation in editable areas. Of course, we should only do this if the runtime switch for attachment elements is enabled.

-- 
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/20171230/028fdb9a/attachment.html>


More information about the webkit-unassigned mailing list