Opened 15 years ago
Closed 13 years ago
#4447 closed Bug (wontfix)
Strange Happenings(Embed Tags)
Reported by: | hyun-il, Ko | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.3 |
Keywords: | Cc: |
Description
Hello,
Uses ver. 2.6.3 Strange Happenings from "Embed" tags missing.
"table" tags is added from the process which adds "</embed>" tag with the case automatic which is not "</embed>" tag.
- Insert source code (missing " </embed>")
Orignal source code as pasted: [code] <table border="1" cellspacing="1" cellpadding="1" width="200">
<tbody>
<tr>
<td> </td> <td><embed src=""></td>
</tr>
</tbody>
</table> code
- Toggle editor mode & returning to source mode:
[code] <table border="1" cellspacing="1" cellpadding="1" width="200">
<tbody>
<tr>
<td> </td> <td> <table border="1" cellspacing="1" cellpadding="1" width="200">
<tbody>
<tr>
<td><embed src=""></embed></td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> code
- How to setting config, Insert only "</embed>" missing. (Do not copy "table" tags by Toogle)
Waits your advice.
p.s. Sorry my poor english.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | FCKeditor.Java 2.6 |
---|
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.
not a Java bug