You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to kindly ask if there are any updates on this issue. I completely understand that you may have other priorities and I don’t want to rush things. If you’re unable to address this in the near future, I would really appreciate any pointers on where to start looking for a solution, so I could try to make the changes and propose a patch myself.
Thank you in advance for your response and for all your work on the project!
So the problem with the min / max size stuff is they are constrained at completely the wrong places, which means, as you have seen things behave odd. Its not the only place either.
I've had a couple of attempts at it, and each one breaks other things is various ways. Ill see i can pencil in some time to have another stab at it... :)
Combination of
min-width
andmax-width
does not work for button. Button's width is sticked exclusively withmin-width
value and does not stretch.http://haxeui.org/builder/?e95796e9
Expected behavior
Button has minimum width specified in style which is
8rem
(see link above) and follows the title's length until20rem
.Your Environment
haxeui-openfl 1.7
withhtml5
targetThe text was updated successfully, but these errors were encountered: