[Webkit-unassigned] [Bug 24009] New: Safari can create invalid HTML when pasting paragraphs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 18 13:59:04 PST 2009


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

           Summary: Safari can create invalid HTML when pasting paragraphs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://www.mozilla.org/editor/midasdemo/
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: justin.garcia at apple.com, ojan at google.com,
                    jparent at google.com


Safari can create invalid HTML when pasting paragraphs

I'm not sure I know what the "right" behavior is here, but our current behavior
seems "wrong".

editable content:
<p>test</p>

Select All (command-a)
Copy
Paste

resulting editable content (in WebKit):
<p><p>test</p></p>

FF:
<p>test</p>

I've not tested IE yet.

I was using:
http://www.mozilla.org/editor/midasdemo/
for my testing.


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



More information about the webkit-unassigned mailing list