Ticket #1852 (new Bug)
IE:disappearing content in TABLE when opening TD is missing
| Reported by: | donsolo | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.5.1 |
| Keywords: | Confirmed | 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
Note: See
TracTickets for help on using
tickets.