#124 closed Bug (duplicate)
BRs being lost (EnterMode-related?)
Reported by: | MarcusL | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
Component: | UI : Enter Key | Version: | FCKeditor 2.4 |
Keywords: | Cc: |
Description
Repro instructions:
- go to http://www.fckeditor.net/demo
- ctrl-a (select all), delete
- ctrl-b (bold) type "bold"
- shift-enter (br)
- ctrl-b (unbold) ctrl-i (italic) type "italic"
expected html (FCK 2.3 behavior):
<strong>bold<br/> </strong><em>italic</em>
output html (FCK 2.4):
<p><strong>bold</strong> <em>italic></em></p>
For some reason the <br/> is getting lost on posting (or switching from design to source view).
This behavior is exhibited in Fx 2.0.0.1 and IE7
Comments from SourceForge Bug Report:
Date: 2007-02-16 02:36
Same problem in IE6... please resolve this ASAP since it is a blocking bug in our applications.
Attachments (1)
Change History (4)
comment:1 Changed 18 years ago by
Keywords: | EnterMode BR removed |
---|---|
Milestone: | → FCKeditor 2.4 |
Priority: | High → Normal |
comment:2 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Confirmed as a DUP of #90.
comment:3 Changed 18 years ago by
Milestone: | FCKeditor 2.4 → FCKeditor 2.4.1 |
---|
Changed 18 years ago by
Attachment: | FCK remove br.avi added |
---|
FCK remove <br /> after any closing tags #168 doesn't work
It is much probably a DUP of #122, with the exception that the issue is reported with Firefox too.
In my tests, I have no problems with Firefox. Can you please confirm it is not a IE only issue?