Opened 14 years ago

Closed 12 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.

  1. 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

  1. Toggle editor mode & returning to source mode:

[code] <table border="1" cellspacing="1" cellpadding="1" width="200">

<tbody>

<tr>

<td>&nbsp;</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

  1. 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 14 years ago by Michael Osipov

Milestone: FCKeditor.Java 2.6

not a Java bug

comment:2 Changed 12 years ago by Jakub Ś

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy