#208 closed Bug (duplicate)
IE remove <br /> after any ending tag
Reported by: | 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 (1)
Change History (4)
comment:1 Changed 18 years ago by
Component: | UI : Source View → General |
---|---|
Priority: | High → Normal |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 follow-up: 3 Changed 18 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
Tried fix in #90(which redirect to #168). It doesn't work. For All IE Goto http://www.fckeditor.net/demo "Shift-Enter" right after 'sample text' and before '.' Looks like it did go down one line. However, switch to source view you will not see <br /> after 'sample text</strong>' Then switch back to editor view, it is back to one line
I tried "Shift-Enter" after all closing tags (</font>,</u>...), <br /> will not be there.
Changed 18 years ago by
Attachment: | FCK remove br.avi added |
---|
FCK remove <br /> after any closing tags
comment:3 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Replying to zheng@intertechmedia.com:
I think you are a little bit confused. Let me try to explain some things.
You must pay attention for the Trac linking syntax. The # symbol indicates a "Ticket". So, #90 points to the "Ticket 90", while #168 points to the "Ticket 168".
At #90, you can find the comment "Fixed with [168]". Note that the number 168 is not prefixed with a #, but is inside square-brackets. The square-brackets instead represents a link to a SVN commit changeset. So, [168] is not pointing to ticket 168, but to "Changeset 168".
Actually it is enough to click on the links to see the difference.
It doesn't work. For All IE Goto http://www.fckeditor.net/demo
The online demo is running the latest public release, which means version 2.4 as today. The fix proposed in #90 has been committed to the SVN instead, and will be available only in the next public release, possibly version 2.4.1.
For now, the fix can be retrieved from the SVN or from our nightly build. This is why you may also find the following comment at #90: "Click here for more info about our SVN system".
I confirm you this bug has already been fixed.
DUP of #90