It may have actually been part of the test, because styles _used_ to get applied in construct, which may be how this test was able to pass. But, part of the re-organization to unify the various ways attributes were initialized mad styles behave more like constraints (which they really are), so now they are not applied until init time.
See http://jira.openlaszlo.org/jira/browse/LPP-7504 On 2009-08-15, at 10:03EDT, André Bargull wrote: > I've got absolutely no idea why initstage was set to late. The svn- > log also doesn't give any hints.. > > > On 8/15/2009 3:56 PM, P T Withington wrote: >> Approved! >> I wonder why the test had that initstage late in the first place? >> On 2009-08-15, at 06:26EDT, André Bargull wrote: >>> Change 20090815-bargull-pwm by barg...@dell--p4--2-53 on >>> 2009-08-15 12:24:05 >>> in /home/Admin/src/svn/openlaszlo/trunk >>> for http://svn.openlaszlo.org/openlaszlo/trunk >>> >>> Summary: fix attr-selector css-test >>> >>> New Features: >>> >>> Bugs Fixed: LPP-4090 (CSS specificity in swf6 and dhtml for name >>> selectors) >>> >>> Technical Reviewer: (pending) >>> QA Reviewer: (pending) >>> Doc Reviewer: (pending) >>> >>> Documentation: >>> >>> Release Notes: >>> >>> Details: >>> Removed initstage="late", because otherwise the test-suite runs >>> before >>> the css-styles are applied. >>> >>> >>> Tests: >>> test succeeds >>> >>> Files: >>> M test/style/attrselector/attrs.lzx >>> >>> Changeset: >>> http://svn.openlaszlo.org/openlaszlo/patches/20090815-bargull- >>> pwm.tar >>> >>> _______________________________________________ >>> Laszlo-reviews mailing list >>> [email protected] >>> http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews _______________________________________________ Laszlo-reviews mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
