-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.4
-
Security Level: Jean
-
None
The group/listgroup has colspan="2" even there is only one cell.
<grid width="100%"> <rows> <group label="Group" /> <row> <cell><label value="abc" /></cell> </row> </rows> </grid> <listbox width="100%"> <listgroup label="Listgroup" /> <listitem> <listcell><label value="abc" /></listcell> </listitem> </listbox>