-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.2
-
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>