Max,<br><br>I came across this issue when looking at the debugger window input field changing from single line to multiline.<br><br>In all DHTML browsers, if you change a single line to multiline, and change its height, you get a horizontal scrollbar<br>
appearing on the bottom. Test case below<br><br><canvas> <br> <inputtext id="foo" width="400"<br> multiline="false"<br> text="${canvas.runtime}"<br>
bgcolor="#ccffcc" <br> oninit="setAttribute('multiline', true); this.setAttribute('height', 120)" /><br></canvas><br><br>It seems like the scrollbar is being displayed inside of the space normally reserved for the actual text input<br>
area. <br><br>Note: in IE7 you get an error right now when changing to multiline, due to a bug in the args to the clip style in LzTextSprite (see the <br>comment at the end of <a href="http://openlaszlo.org/jira/browse/LPP-8477">http://openlaszlo.org/jira/browse/LPP-8477</a>)<br>
<br><br><br clear="all"><br>-- <br>Henry Minsky<br>Software Architect<br><a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a><br><br><br>