Ticket #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) |
| 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
Change History
Note: See
TracTickets for help on using
tickets.
