[Laszlo-dev] For Review: Change 20071114-jcrowley-H Summary: valign and y attribute should have warning

J Crowley jcrowley at laszlosystems.com
Wed Nov 14 10:58:19 PST 2007


Change 20071114-jcrowley-H by jcrowley at DoctorManhattan.mshome.net on  
2007-11-14 13:48:11 EST
     in /Users/jcrowley/src/svn/openlaszlo/trunk-g
     for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: valign and y attribute should have warning

New Features:

Bugs Fixed: LPP-2743 - valign and y attribute should have warning

Technical Reviewer: max
QA Reviewer: pbr
Doc Reviewer:

Documentation:

Release Notes:

Details: Added warnings if x and align or y and
	valign are both used on a view, since
	align and valign supersede x and y.

Tests: Run the following in SWF and DHTML:  Note it
	produces a warning if x and align or y and
	valign are declared simultaneously.  Does not
	warn if either is used individually.

<canvas>
     <view x="10" align="center"/>
     <view y="10" valign="middle"/>
     <view x="10"/>
     <view y="10"/>
     <view align="center"/>
     <view valign="middle"/>
</canvas>

Files:
M      WEB-INF/lps/lfc/views/LaszloView.lzs

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071114-jcrowley-H.tar


More information about the Laszlo-dev mailing list