Opened 18 years ago
Closed 15 years ago
#1852 closed Bug (invalid)
IE:disappearing content in TABLE when opening TD is missing
| Reported by: | Don Hewitt | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.5.1 |
| Keywords: | Cc: |
Description
Granted, the html is missing a TD tag, but the editor is actually removing the entire block after toggling back and forth between source mode.
Paste the following sample into source mode, and toggle back and forth:
<table>
<tbody>
<tr>
some text that will disappear</td>
</tr>
</tbody>
</table>
Change History (2)
comment:1 Changed 18 years ago by
| Keywords: | Confirmed added |
|---|---|
| Summary: | disappearing content in TABLE when opening TD is missing → IE:disappearing content in TABLE when opening TD is missing |
| Version: | → FCKeditor 2.5.1 |
comment:2 Changed 15 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | confirmed → closed |
The initial source code is invalid. Tools like HTML Tidy should be used to correct invalid code.

Confirmed in IE and IE7. Seems to work fine in FF2.