[Webkit-unassigned] [Bug 132834] New: Teach Editor to support more direct replacement of a Node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 12 13:34:11 PDT 2014


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

           Summary: Teach Editor to support more direct replacement of a
                    Node
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com
                CC: enrica at apple.com


Teach Editor to support more direct replacement of a Node.

When using the new API "Editor::replaceNodeFromPasteboard" the intention is that the new DocumentFragment is as similar to the old Node as possible.

In practice, the new DocumentFragment:
1 - Can represent a single node that's missing various attributes the original Node had.
2 - Can be an unwanted fragment of arbitrary depth when the replacement happens inside Mail.app

This will fix both of those problems.

<rdar://problem/16817952>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list