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

Grid auxheader width attribute does not work properly

XMLWordPrintable

      Incorrect column widths in IE8, Chrome22, FF11.

      Test code:
      <grid width="971px">
      <auxhead>
      <auxheader width="571px" label="Column 1" rowspan="2"/>
      <auxheader width="70px" label="Column 2" rowspan="2"/>
      <auxheader label="Column 3" colspan="3"/>
      <auxheader label="Column 4" colspan="3"/>
      </auxhead>
      <columns>
      <column width="70px" label="Column 5"/>
      <column width="70px" label="Column 6"/>
      <column width="70px" label="Column 7"/>
      <column width="70px" label="Column 8"/>
      <column width="70px" label="Column 9"/>
      <column width="70px" label="Column 10"/>
      </columns>
      <rows>
      <row>
      <label value="String 1"/>
      <label/>
      <label/>
      <label/>
      <label/>
      <label/>
      <label/>
      <label/>
      </row>
      <row>
      <label value="String 2"/>
      <label/>
      <label/>
      <label/>
      <label/>
      <label/>
      <label/>
      <label/>
      </row>
      </rows>
      </grid>

            MontyPan MontyPan
            asd7004 asd7004
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: