Ticket #124 (closed Bug: duplicate)

Opened 3 years ago

Last modified 3 years ago

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:

1. go to  http://www.fckeditor.net/demo
2. ctrl-a (select all), delete
3. ctrl-b (bold) type "bold"
4. shift-enter (br)
5. 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

FCK remove br.avi Download (132.1 KB) - added by anonymous 3 years ago.
FCK remove <br /> after any closing tags #168 doesn't work

Change History

Changed 3 years ago by fredck

  • keywords EnterMode BR removed
  • priority changed from High to Normal
  • milestone set to FCKeditor 2.4

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?

Changed 3 years ago by fredck

  • status changed from new to closed
  • resolution set to duplicate

Confirmed as a DUP of #90.

Changed 3 years ago by fredck

  • milestone changed from FCKeditor 2.4 to FCKeditor 2.4.1

Changed 3 years ago by anonymous

FCK remove <br /> after any closing tags #168 doesn't work

Note: See TracTickets for help on using tickets.