vertical tabbox height is not correct

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 5.0.8
    • Affects Version/s: 5.0.7.1
    • Component/s: Components
    • None

      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>

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

              Created:
              Updated:
              Resolved: