Opened 15 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 )
- use this piece of code:
<pre>Hello world! Bla, bla, bla </pre>
- make two or three newlines between the first and second row
- 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)
Change History (7)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | pre text newline removed |
comment:2 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | CKEditor 3.x → CKEditor 3.3 |
Changed 15 years ago by
Attachment: | 4711.patch added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
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
Keywords: | Review+ added; Review? removed |
---|
I've filed #5350 for IE8 because the problem there is quite different.
Confirmed. Both IE and FF present different but still weird behavior.