Ticket #4905 (closed Bug: fixed)

Opened 3 months ago

Last modified 3 months ago

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

  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

4905.patch Download (1.3 KB) - added by garry.yao 3 months ago.

Change History

Changed 3 months ago by garry.yao

Changed 3 months ago by garry.yao

  • keywords Review? added
  • owner set to garry.yao
  • status changed from new to assigned

Changed 3 months ago by fredck

  • keywords Review+ added; Review? removed

Changed 3 months ago by garry.yao

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [4823].

Note: See TracTickets for help on using tickets.