[wp-trac] [WordPress Trac] #34181: on a <td> disappearing when switching from
WordPress Trac
noreply at wordpress.org
Wed Oct 7 03:25:42 UTC 2015
#34181: on a <td> disappearing when switching from
--------------------------+-----------------------------
Reporter: Inggo | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version: 4.3.1
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
If I have this on the "Text" tab of TinyMCE:
{{{
<table>
<tr>
<td> </td>
</tr>
</table>
}}}
And switch to the "Visual" tab, then switch back to "Text", the
{{{ }}} on the {{{<td>}}} disappears. Output becomes:
{{{
<table>
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34181>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list