Opened 15 years ago
Closed 15 years ago
#4508 closed New Feature (fixed)
Paste plain text linebreaks alignment with v2
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | Core : Pasting | Version: | |
Keywords: | Confirmed | Cc: |
Description
We should align the line break logic in plain text insertion with what back in v2.
// TODO: Replace the following with fill line break processing (see V2). text = text.replace( /(?:\r\n)|\n|\r/g, '<br>' );
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | 4508.patch added |
---|
comment:1 Changed 15 years ago by
Component: | Core : Output Data → Core : Pasting |
---|---|
Keywords: | Review? added |
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:3 Changed 15 years ago by
The paste branch has been reviewed and merged into 3.1.x branch with [4772].
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: the patch is for the pasting branch instead of trunk.