We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If we put a percentage value in css prop height/width in the style="" the height/width should be set to the percentage value and not just null out
When putting a height/width with a percentage(100%) value in the css style="" it creates a width or height of zero(or null)
In the meantime users can use width="100%"
width="100%"
In main.xml
<vbox width="100%" style="height: 100%;" > <box id="I will not appear because vbox height is ill defined"> <box/> <vbox/>
haxeui-core and haxui-kha git new-component-method
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
If we put a percentage value in css prop height/width in the style="" the height/width should be set to the percentage value and not just null out
Current Behavior
When putting a height/width with a percentage(100%) value in the css style="" it creates a width or height of zero(or null)
Possible Solution
In the meantime users can use
width="100%"
Steps to Reproduce (for bugs)
In main.xml
Your Environment
haxeui-core and haxui-kha git new-component-method
The text was updated successfully, but these errors were encountered: