Opened 15 years ago
Last modified 13 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 15 years ago by
comment:2 Changed 13 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | 3.2 → 3.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.
#5296 may be related.