NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item8475: Foswiki introduces errant spaces into table cells
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Confirmed |
Extension |
WysiwygPlugin |
|
|col|col|col|
| spacecol | spacecol | spacecol |
Looks like this:
| col |
col |
col |
| spacecol |
spacecol |
spacecol |
If you look at the HTML it will says something like:
<tbody>
<tr class="foswikiTableOdd foswikiTableRowdataBgSorted0 foswikiTableRowdataBg0">
<td bgcolor="#ffffff" valign="top" class="foswikiTableCol0 foswikiFirstCol"> col </td>
<td bgcolor="#ffffff" valign="top" class="foswikiTableCol1"> col </td>
<td bgcolor="#ffffff" valign="top" class="foswikiTableCol2 foswikiLastCol"> col </td>
</tr>
<tr class="foswikiTableEven foswikiTableRowdataBgSorted1 foswikiTableRowdataBg1">
<td bgcolor="#edf4f9" valign="top" class="foswikiTableCol0 foswikiFirstCol foswikiLast"> spacecol </td>
<td bgcolor="#edf4f9" valign="top" class="foswikiTableCol1 foswikiLast"> spacecol </td>
<td bgcolor="#edf4f9" valign="top" class="foswikiTableCol2 foswikiLastCol foswikiLast"> spacecol </td>
</tr>
</tbody>
If you look at the first block it shows a space either side of each
> col <
This messes with pasting into other applications.
--
MartinCleaver - 07 Feb 2010
Set to
WysiwygPlugin. This is nothing to do with Engine, AFAICT.
Confirmed
--
PaulHarvey - 07 Feb 2010