This restores the conventional behavior, input text defaults to width 100 unless otherwise specified. At some point maybe we should do something less arbitrary, like size it to the parent's width or something.
Change 20090710-hqm-H by [email protected] on 2009-07-10 00:06:33 EDT in /Users/hqm/openlaszlo/trunk6 for http://svn.openlaszlo.org/openlaszlo/trunk Summary: default 'resize' to false for input text New Features: Bugs Fixed: LPP-8310 Technical Reviewer: max QA Reviewer: ptw Doc Reviewer: (pending) Documentation: Release Notes: Details: + The 'resize' property of LzInputText was defaulting to 'true', so that an <inputtext> with no initial text value would resize to zero width when it was constructed. + Added code to LzInputText.construct() to default resize to false. Tests: Amazon search field can be typed into Files: M WEB-INF/lps/lfc/views/LzInputText.lzs Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20090710-hqm-H.tar _______________________________________________ Laszlo-reviews mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
