I'll write up an RFC before we move it into trunk.

A

On Jun 23, P T Withington wrote:

> Is this a change that should be in Legal's too?  What is our plan for tracking
> changes that should be migrated back to Legal's?
> 
> On 2006-06-23, at 01:46 EDT, [EMAIL PROTECTED] wrote:
> 
> > Author: adam
> > Date: 2006-06-23 01:46:48 -0400 (Fri, 23 Jun 2006)
> > New Revision: 1137
> > 
> > Modified:
> >   openlaszlo/branches/coal/WEB-INF/lps/lfc/core/LzNode.as
> > Log:
> > Store placement attribute on instance of it is set. Add default of null for
> > placement attribute to LzNode prototype
> > 
> > 
> > 
> > Modified: openlaszlo/branches/coal/WEB-INF/lps/lfc/core/LzNode.as
> > ===================================================================
> > --- openlaszlo/branches/coal/WEB-INF/lps/lfc/core/LzNode.as 2006-06-23
> > 02:45:04 UTC (rev 1136)
> > +++ openlaszlo/branches/coal/WEB-INF/lps/lfc/core/LzNode.as 2006-06-23
> > 05:46:48 UTC (rev 1137)
> > @@ -147,6 +147,7 @@
> > //and to a different one after they are created. See the
> > //determinePlacement method.
> > LzNode.prototype.defaultplacement = null;
> > +LzNode.prototype.placement = null;
> > 
> > // Initial values
> > LzNode.prototype.$cfn = 0;
> > @@ -235,6 +236,8 @@
> >       var thisplacement = a.placement;
> >       if (thisplacement == null) {
> >         thisplacement = lp.defaultplacement;
> > +      } else {
> > +        this.placement = thisplacement;
> >       }
> >       while (thisplacement != null) {
> >         if ($swf5) {
> > 
> > _______________________________________________
> > Laszlo-checkins mailing list
> > [EMAIL PROTECTED]
> > http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
> 
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to