Ticket #208 (closed Bug: duplicate)
IE remove <br /> after any ending tag
| Reported by: | zheng@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | Cc: |
Description
I found out that doesn't matter what you do right after any closing tags (ex: </font>, </strong> ....) <br /> is removed. For Example: In Editor mode Typing following FCKEditor Give 'FCK' A <strong> tag, then right after K "SHIFT-ENTER" Now switch to Source View It should give this => <p><strong>FCK</strong><br>Editor</p> but is actually gives <p><strong>FCK</strong>Editor</p> without <br /> I tried with all different kinds of the closing tags ex: </font>, </em>, </u>.....
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
