-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 7.0.4
-
Component/s: Components
-
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>