Bug 59988 - Copy/Paste loses the final newline in a series of multiple copied newlines
Summary: Copy/Paste loses the final newline in a series of multiple copied newlines
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-05-02 17:44 PDT by Justin Garcia
Modified: 2011-05-02 17:44 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>