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

vertical tabbox height is not correct

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.8
    • 5.0.7.1
    • Components

      When tabbox's orient is vertical, set a div tag with height=400 inside tabpanel, the actual visible part didn't match the height.
      <zk>
      <window title="Tabbox" border="normal">
      <tabbox id="box" orient="vertical">
      <tabs width="40px">
      <tab label="input" />
      <tab label="grid" />
      </tabs>
      <tabpanels>
      <tabpanel>
      <div height="400px" style="border: 1px red dotted;">input</div>
      </tabpanel>
      <tabpanel>
      grid
      </tabpanel>
      </tabpanels>
      </tabbox>
      </window>
      </zk>

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

              Created:
              Updated:
              Resolved: