Approved! P T Withington wrote: > Change 20091030-ptw-a by [email protected] on 2009-10-30 14:34:10 EDT > in /Users/ptw/OpenLaszlo/trunk-2 > for http://svn.openlaszlo.org/openlaszlo/trunk > > Summary: Fix CSS vs. debug in swf9/10 > > Bugs Fixed: LPP-8579 CSS broken in SWF9 when debugger enabled > > Technical Reviewer: max (pending) > QA Reviewer: antun (pending) > > Details: > undefineds: Remove info output saying there will be a undefined > property warning (because there is not any more). > > LzCSSStyleRule: Give up some flexibility to keep style instances > not dynamic and hard-code the FUNCTION_* properties here. They > are unlikely to change. The alternative is to make all these > instances dynamic, and slower... > > LzNode: Noticed in passing: attributes with no matching style > and no fallback should get set to `void 0` (leaving them as `null` > was causing a failure in the CSS test suite). > > Tests: > test/style/metasuite.lzx?debug=true&lzr=swf10, smokecheck > > Files: > M test/style/simple/undefineds.lzx > M WEB-INF/lps/lfc/services/LzCSSStyle.lzs > M WEB-INF/lps/lfc/core/LzNode.lzs > > Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091030-ptw-a.tar
-- Regards, Max Carlson OpenLaszlo.org _______________________________________________ Laszlo-reviews mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
