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>&lt;canvas&gt; <br>  &lt;inputtext id=&quot;foo&quot; width=&quot;400&quot;<br>             multiline=&quot;false&quot;<br>             text=&quot;${canvas.runtime}&quot;<br>

             bgcolor=&quot;#ccffcc&quot; <br>             oninit=&quot;setAttribute(&#39;multiline&#39;, true); this.setAttribute(&#39;height&#39;, 120)&quot; /&gt;<br>&lt;/canvas&gt;<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>