[Webkit-unassigned] [Bug 26633] Pasting a H2 into an H2 results in 2 H2's wrapping the content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 21 20:23:06 PST 2010


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


Tony Chang (Google) <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE
                 CC|                            |tony at chromium.org




--- Comment #5 from Tony Chang (Google) <tony at chromium.org>  2010-02-21 20:23:06 PST ---
I think this is fixed by http://trac.webkit.org/changeset/54933 from bug 26937.
 The extra span is now removed and the styles are propagated to the child
nodes.  In this case, there's nothing to propagate so when I try the test case
in ToT Safari, I get:

<div contenteditable=""> <h2>Heading 1</h2> <div>line 1</div> <h2>Heading
2</h2><div><h2>Heading 1</h2><div>line 1</div></div><div><br></div> <div>line
2</div> </div>

Which seems fine to me.

Please comment if you see otherwise and I will investigate some more.

*** This bug has been marked as a duplicate of bug 26937 ***

-- 
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