Bug #16171
closedInconsistent markup when adding tr/td in different ways (Firefox)
0%
Description
Hi Stanislas,
while playing around with those marvelous table features I discovered a little beast when using Firefox. System information first: Typo3 4.0 final, rtehtmlarea 1.4.1, Firefox 1.07 running under windows 2000, server under gentoo.
In FF, there are two ways to insert a new row or cell, either via those cute little arrows or using the context menu and then choosing insert row/cell before/after.
Unfortunately the resulting markup is inconsistent:
When adding a new row via context menu -> insert row/cell before/after the editor produces the following code (html-view):
<tr><td>content of cell</td></tr>
But when I add a new row via those neat little arrows, I a style="vertical-align: top" for every cell:
<tr><td style="vertical-align: top">content of cell</td></tr>
Could you perhaps kill the unwanted style attribute.
Thank you very much for all the work you have been doing for us all,
Uschi
(issue imported from #M3537)
Files