Bug 94731

Summary: FormatBlock clones a paragraph when executed inside a pre
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: adele, enrica
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2012-08-22 11:13:23 PDT
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
Note You need to log in before you can comment on or make changes to this bug.