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

component width not set in html when using hflex and resizing parent component

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.3
    • 6.5.2
    • Components
    • Firefox / Internet Explorer

      When using a component with predefined width together with a component with hflex, the width is not set in html the first time the page is loaded and when resizing parent component (in my tests i resized the browser window).

      Version 6.5.1.1 works fine.

      <window>
      	<hlayout>
      		<div width="5em" align="right" style="background-color: yellow">
      			<label value="Hello" />
      		</div>
      		<div hflex="true" />
      		<div width="5em" align="left" style="background-color: cyan">
      			<label value="World" />
      		</div>
      	</hlayout>
      </window>
      

            noahhuang noahhuang
            benedetti benedetti
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: