JS error when adding grid columns dynamically

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 7.0.4
    • Affects Version/s: 7.0.1, 7.0.4
    • Component/s: General
    • Security Level: Jimmy
    • None

      Click on the button to see the error.

      test.zul
      <zk xmlns:w="client">
          <button id="btn" label="Click me"/>
          <grid           
              sizedByContent="true"
              span="true">
              <columns fulfill="btn.onClick">
                  <column 
                      label="AAA">
                  </column>
                  <column 
                      label="BBB"
                      hflex="1">
                  </column>
              </columns>
              <rows>
                  <row>
                      <label value="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" />
                      <label value="bbbbbbbbbbbbbbbbb" />
                  </row>
              </rows>
          </grid>
      </zk>
      

            Assignee:
            DevChu
            Reporter:
            neillee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: