Opened 15 years ago
Closed 15 years ago
#4905 closed Bug (fixed)
Paste plain text from dialog result incorrect in IE
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | Core : Pasting | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed IE Review+ | Cc: |
Description
Environment
All IE versions
Reproducing Procedures
- Open any sample page, click on 'New Page' to clear out document;
- Click on 'Paste as Plain Text' command and deny clipboard security dialog to force open dialog.
- Paste the following contents into the dialog, and click 'Ok'.
Line1 Line2
- Actual Result:
<p>Line2Line1</p>
- Expected Result:
<p>Line1</p> <p>Line2</p>
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | 4905.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [4823].