haxeui / haxeui-html5

The HTML5 backend of the HaxeUI framework -
http://haxeui.org
MIT License
28 stars 14 forks source link

Label height and button height incorrect #22

Closed hoseyjoe closed 4 years ago

hoseyjoe commented 7 years ago

The html5 target is different from nme and kha for the attached project. With regards to the left column:

  1. It appears the label fields height is 100%? If you open the browser tools you can find that the buttons are off the bottom in html.
  2. If you remove the label then the buttons gets stretched to 100% height

NME image

html5 image

Also you will notice the textarea has scrollbars (sorta) in html5

Project files UnitTestGui.zip

hoseyjoe commented 7 years ago

oh, and sorry about the yellow.

hoseyjoe commented 6 years ago

Yay! you can fix the scroll bar issue with

hoseyjoe commented 4 years ago

fixed in current release