Opened 14 years ago

Closed 14 years ago

#4711 closed Bug (fixed)

entering text after a newline within pre-tags

Reported by: Alex Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.3
Component: UI : Enter Key Version: 3.0
Keywords: Confirmed Review+ Cc:

Description (last modified by Frederico Caldeira Knabben)

  1. use this piece of code:
<pre>Hello world!
Bla, bla, bla
</pre>
  1. make two or three newlines between the first and second row
  2. go to the first/second created line and type some text

The cursor jumps to the next row and the text is to be printed.

Attachments (1)

4711.patch (556 bytes) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Description: modified (diff)
Keywords: pre text newline removed

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added
Milestone: CKEditor 3.xCKEditor 3.3

Confirmed. Both IE and FF present different but still weird behavior.

Changed 14 years ago by Garry Yao

Attachment: 4711.patch added

comment:3 Changed 14 years ago by Garry Yao

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

<br> just works better than linefeed at least in Firefox. In IE, we probably has no way to fix it other than splitting the <pre>.

comment:4 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review+ added; Review? removed

I've filed #5350 for IE8 because the problem there is quite different.

comment:5 Changed 14 years ago by Sa'ar Zac Elias

#5296 may be related.

comment:6 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5252].

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