Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2568

Group/Listgroup row has wrong colspan value

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.5
    • 7.0.4
    • Components
    • Security Level: Jean

      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>
      

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

              Created:
              Updated:
              Resolved: