WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 24009
39193
Repeated copy/paste can lead to deeply nested <p> tags
https://bugs.webkit.org/show_bug.cgi?id=39193
Summary
Repeated copy/paste can lead to deeply nested <p> tags
Tony Chang
Reported
2010-05-16 19:04:55 PDT
This is a variant of
bug 25002
. Steps to repro: In midasdemo, set the HTML to: <p>a</p><p>b</p> Switch back to the RTE and select all and copy + paste. The resulting html is: <p><p>a</p><p>b</p></p> We might be able to expand the code in highestVisuallyEquivalentDiv to handle other node types. It's tricky because sometimes there's a different meaning for nested elements and we might want to allow those (e.g., if you copy a blockquote and paste it into another blockquote, maybe it should nest a second blockquote, maybe not).
Attachments
Add attachment
proposed patch, testcase, etc.
Tony Chang
Comment 1
2010-05-27 23:52:02 PDT
*** This bug has been marked as a duplicate of
bug 24009
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug