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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 6.5.3
    • Affects Version/s: 6.5.2
    • Component/s: Components
    • Environment:

      Firefox / Internet Explorer

    • None

      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>
      

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

              Created:
              Updated:
              Resolved: