FLUID-3624: Rich Inline Edit: Pasting in two newline characters puts the text after the existing text in CKEditor 3

Metadata

Source
FLUID-3624
Type
Bug
Priority
Major
Status
Closed
Resolution
Cannot Reproduce
Assignee
N/A
Reporter
Michelle D'Souza
Created
2010-04-12T11:10:52.000-0400
Updated
2014-03-03T13:43:19.664-0500
Versions
  1. 1.2
  2. 1.3
Fixed Versions
  1. 1.4
Component
  1. Inline Edit

Description

If you paste two newline characters in a row into the CKEditor, the text following the two newlines is placed after the existing text.

To recreate this issue:

1. in a text editor place the following:
abc<newline><newline>def
2. copy the text into your buffer.
3. open the rich text inline edit demo: http://build.fluidproject.org/infusion/demos/inlineEdit/rich/demo.html
4. activate the CKEditor
4. without doing anything else, paste the text from memory.

Notice that the 'abc' is before the existing text and the 'def' is after the existing text.

This is not a problem in FF3.6 or in Tiny MCE editor.

Environments

IE 7 Windows XP
IE 8 Windows 7

Comments

  • Jonathan Hung commented 2011-01-10T16:00:12.297-0500

    This could be related to FLUID-2450.

  • Anastasia Cheetham commented 2011-10-17T13:43:59.453-0400

    I'm unable to reproduce this in the v1.4 code.