Opened 14 years ago

Closed 14 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

  1. Open any sample page, click on 'New Page' to clear out document;
  2. Click on 'Paste as Plain Text' command and deny clipboard security dialog to force open dialog.
  3. 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)

4905.patch (1.3 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Garry Yao

Attachment: 4905.patch added

comment:1 Changed 14 years ago by Garry Yao

Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:3 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [4823].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy