Bug 59988

Summary: Copy/Paste loses the final newline in a series of multiple copied newlines
Product: WebKit Reporter: Justin Garcia <justin.garcia>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Justin Garcia 2011-05-02 17:44:58 PDT
Open Safari Snippit Editor
Insert <div contentEditable="true">Hello</div>
Place caret after Hello and press Return twice.
Select All, Copy and Paste at the end of the document.

Newline is lost. There should be two after Hello.

<rdar://problem/9371816>