[Webkit-unassigned] [Bug 24009] WebKit can create nested P tags when pasting paragraphs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 22:39:41 PST 2010


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tony at chromium.org




--- Comment #1 from Tony Chang (Google) <tony at chromium.org>  2010-02-01 22:39:39 PST ---
The original test case doesn't repro for me, but if I change the editable
content to <p>first</p><p><br></p>, I'm able to repro.

Also, this isn't specific to <p> tags, any block tag will cause this.  E.g.,
<blockquote>first</blockquote><blockquote><br/></blockquote> + select all +
copy + paste will result in nested blockquotes:
<blockquote><blockquote>first</blockquote><div><br></div></blockquote>

For div's this isn't as apparent because the nesting is harmless.

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