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

Vbox width grows when containing a Tabbox

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Later
    • Resolution: Fixed
    • Affects Version/s: 5.0.9
    • Fix Version/s: 7.0.0
    • Component/s: Components
    • Labels:
      None

      Description

      <zk>
      	<div>
      		Resize browser window several times. The width of vbox should not grow.
      	</div>
      	<div width="400px" style="border: 1px solid #EE1111">Div</div>
      	<vbox id="vbox" width="400px" height="400px" style="border: 1px solid #EE1111">
      		<tabbox id="tabbox" vflex="1" hflex="1" style="border: 1px solid #1111EE">
      			<tabs>
      				<tab label="Tab" />
      			</tabs>
      			<tabpanels>
      				<tabpanel style="overflow:auto">
      					Tabpanel Content
      				</tabpanel>
      			</tabpanels>
      		</tabbox>
      	</vbox>
      </zk>
      

        Attachments

          Activity

            People

            Assignee:
            jumperchen jumperchen
            Reporter:
            SimonPai SimonPai
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: