Opened 16 years ago

Closed 13 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 16 years ago by Wojciech Olchawa

Keywords: Confirmed added
Summary: disappearing content in TABLE when opening TD is missingIE:disappearing content in TABLE when opening TD is missing
Version: FCKeditor 2.5.1

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

comment:2 Changed 13 years ago by Wiktor Walc

Resolution: invalid
Status: confirmedclosed

The initial source code is invalid. Tools like HTML Tidy should be used to correct invalid code.

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