00452: Smaller and bigger text adds extra cell to simple table row

Summary: Smaller and bigger text adds extra cell to simple table row
Created: 2005-06-12 16:53
Status: Closed - fixed for 2.0.beta39
Category: Bug
From: HansB
Assigned:
Priority: 5
Version: 2 beta 37
OS:

Description: If any cell in a row of a simple table contains smaller or larger text then an extra empty cell will be appended to the row.

Sample:
One column table with simple table syntax:

||width=80% border=1
||a normal ||
||b  [-small -] ||
||c [+big+] ||

a normal
b small
c big

workaround: use advanced table syntax.

Note: this bug may be related to PITS.00437 (percentage symbol % adds extra cell to table).
Superscript in a simple table cell may cause this bug as well sometimes, but I could not replicate it here.