Opened 14 years ago

Last modified 12 years ago

#5350 confirmed Bug

Problems inserting new lines with IE8 inside pre

Reported by: Alfonso Martínez de Lizarrondo Owned by:
Priority: Normal Milestone:
Component: UI : Enter Key Version: 3.0
Keywords: IE Cc:

Description

Related to #4711 but this is weirder: Using IE8 set this source:

<pre>Hello world!
Bla, bla, bla
</pre>

Go to the end of the first line and press enter several times, this is what it generates:

<pre>
Hello world!

B
l
a
,
 
b
l
a
,
 bla
</pre>

IE6 and IE7 seem to work correctly.

Change History (2)

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

#5296 may be related.

comment:2 Changed 12 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Version: 3.23.0

I have actually managed to reproduce this problem in all versions of IE from CKEditor 3.0.
After placing cursor at the end of last line just press (and keep pressed) enter key.

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