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

inner tabbox in tabbox failed when set inner tabbox to vertical orient

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Normal Normal
    • 5.0.8
    • 5.0.7.1
    • Components
    • test in Firefox 5

      Using inner tabbox in tabbox, when change to vertical the content of inner tabbox didn't show.
      And either set hflex="1" in inner tabbox or remove <window> tag the issue disappeared.
      <zk>
      <window title="Tabbox" border="normal">
      <tabbox orient="horizontal">
      <tabs>
      <tab label="Data Binder" />
      </tabs>
      <tabpanels>
      <tabpanel>
      <checkbox id="vertical2" label="vertical" onCheck='box.setOrient(self.isChecked() ? "vertical" : "horizontal")'/>
      <tabbox id="box" orient="horizontal">
      <tabs width="40px">
      <tab label="input" />
      <tab label="grid" />
      </tabs>
      <tabpanels>
      <tabpanel>
      input
      </tabpanel>
      <tabpanel>
      grid
      </tabpanel>
      </tabpanels>
      </tabbox>
      </tabpanel>
      </tabpanels>
      </tabbox>
      </window>
      </zk>

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

              Created:
              Updated:
              Resolved: