Group/Listgroup row has wrong colspan value

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 7.0.5
    • 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>
      

            Assignee:
            ChunfuChang
            Reporter:
            vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: