Ticket #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:
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
Change History
Note: See
TracTickets for help on using
tickets.