﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4447	Strange Happenings(Embed Tags)	hyun-il, Ko		"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]

2. 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]

3. How to setting config, Insert only ""</embed>"" missing. (Do not copy ""table"" tags by Toogle)

Waits your advice.

p.s. Sorry my poor english."	Bug	closed	Normal		General	FCKeditor 2.6.3	wontfix		
