﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
124	BRs being lost (EnterMode-related?)	MarcusL		"Repro instructions:

1. go to http://www.fckeditor.net/demo [[BR]]
2. ctrl-a (select all), delete[[BR]]
3. ctrl-b (bold) type ""bold""[[BR]]
4. shift-enter (br)[[BR]]
5. ctrl-b (unbold) ctrl-i (italic) type ""italic""[[BR]]

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."	Bug	closed	Normal	FCKeditor 2.4.1	UI : Enter Key	FCKeditor 2.4	duplicate		
