[Webkit-unassigned] [Bug 94731] New: FormatBlock clones a paragraph when executed inside a pre

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 11:13:24 PDT 2012


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

           Summary: FormatBlock clones a paragraph when executed inside a
                    pre
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: enrica at apple.com


http://code.google.com/p/chromium/issues/detail?id=141603

Reduction:
<div contenteditable>
<pre>
<p>para a</p>
<p>para b</p>
</pre>
</div>

Run document.execCommand('formatblock', false, 'blockquote') in the blank line between "para a" and "para b".

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