haxeui / haxeui-html5

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

Scrolled TextArea #47

Open Shallowmallow opened 8 months ago

Shallowmallow commented 8 months ago

Just copying it over here from discord

http://haxeui.org/builder/?9042621c

Current Behavior

Scrollbar doesn't appear.

Steps to Reproduce (for bugs)

<vbox style="padding: 5px;">
<textarea width="450" height="300" text="l0\nl1\nl2\nl3\nl4\nl5\nl6\nl7\nl8\nl9\nl10\nl11\nl12\nl13\nl14\nl15" />
<textarea width="450" height="320" text="l0\nl1\nl2\nl3\nl4\nl5\nl6\nl7\nl8\nl9\nl10\nl11\nl12\nl13\nl14\nl15" />
<!-- \nl16 addeed -->
<textarea width="450" height="320" text="l0\nl1\nl2\nl3\nl4\nl5\nl6\nl7\nl8\nl9\nl10\nl11\nl12\nl13\nl14\nl15\nl16" />
</vbox>

Your Environment

Bug appears in the builder.