font-size increases coming from the parent component (vbox in this case) lead borders and other attributes to be correctly recalculated by the children
Current Behavior
Children of the vbox have the font-size applied but no change in bounds and/or spacing
Possible Solution
I don't know haxeui's internal working enough to suggest how to solve this :(
Expected Behavior
font-size
increases coming from the parent component (vbox
in this case) lead borders and other attributes to be correctly recalculated by the childrenCurrent Behavior
Children of the
vbox
have thefont-size
applied but no change in bounds and/or spacingPossible Solution
I don't know haxeui's internal working enough to suggest how to solve this :(
Steps to Reproduce (for bugs)
Builder example with
font-size
applied to parentvbox
: http://haxeui.org/builder/?a05f44d5Builder example with
font-size
applied to some individual components: http://haxeui.org/builder/?f96aa6ffMedia
font-size
applied to parent:font-size
applied to individual components:Test app / minimal test case
Builder example with
font-size
applied to parentvbox
: http://haxeui.org/builder/?a05f44d5Builder example with
font-size
applied to some individual components: http://haxeui.org/builder/?f96aa6ffContext
I'm trying to have a larger application-wide font and this problem forces me to specify it in lots of different places.
Your Environment
Experienced in latest haxeui version, html5 app.