Bug 94731
| Summary: | FormatBlock clones a paragraph when executed inside a pre | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | adele, enrica |
| Priority: | P2 | Keywords: | HasReduction |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
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".
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |