[Laszlo-dev] LzParsedPath problems found

Philip Romanik promanik at laszlosystems.com
Fri Aug 18 10:47:02 EDT 2006


Hi Tucker,

I found the cause of the problem. It isn't an issue with static. I found an 
unpatched reference in LzNode. I changed

         rp = LzParsedPath.prototype.trim( rp );
to
         rp = LzParsedPath.trim( rp );

I'll check an updated LzParsedPath.lzs and LzNode.lzs in shortly.

Phil


>Actually, the compiler fixes this in the LFC too now.  Every function
>that is defined is now defined inside `with (_root) {...}` which
>causes it to capture _root as its context.  I can't explain why
>`LzParesedPath.trim` would not work.
>
>Does it fail in both DHTML and SWF?



More information about the Laszlo-dev mailing list