Phew!

On 2006-08-18, at 07:47 PDT, Philip Romanik wrote:

> 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?
>

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to