Grid Cells No Longer Support hlayout

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: Major
    • None
    • Affects Version/s: 6.0.2
    • Component/s: ZK Client Engine
    • Environment:

      Any

    • None

      After switching to 6.0.2, any page that contained a grid cell with a hlayout container stopped rendering properly. After taking the hlayout out and leaving just the label inside the cell, it rendered correctly.

      In other words, this no longer works:

      <cell>
      <hlayout sclass="right" width="100%">
      <label value="@load(vm.selectedCreditMemoLocationBatchItem.batchNumber, after='initializeModel')" />
      </hlayout>
      </cell>

      But, this does:

      <cell>
      <label value="@load(vm.selectedCreditMemoLocationBatchItem.batchNumber, after='initializeModel')" />
      </cell>

            Assignee:
            vincentjian
            Reporter:
            rdgrimes
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: