just display a button
<canvas>
<button id='foo'>Hello World</button>
</canvas>
The entire button component height is getting set to a very small number (8).
I am guessing because the constraint in lz/button.lzx
<attribute name="height" value="${this._title.height + 2*this.text_padding_y}"/>
is not getting updated when the text string height is computed. I am wondering if
a onheight event is not being sent in some circumstance from the LzText instance.
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
