I don't see how 1587 could break this. It only changed LzDataNode. There seem to already be plenty of places in LzDatapointer where p can be null, so I think really the code just has to be gone over and bullet-proofed.
On 2006-09-19, at 02:47 EDT, Max Carlson wrote: > Note this broke in r1857. If I sync to r1851, the tree example works. > > -Max > > Max Carlson wrote: >> http://localhost:8080/legals/examples/components/tree_example.lzx? >> lzr=dhtml >> fails expecting datapath.p to not be null: >> >> getNodeCount:function(){ >> --> return this.p.childNodes.length||0 >> >> I tried conditionalizing and testing to be sure p exists, but it >> really >> seems like p should be defined... >> >> -Max >> > > _______________________________________________ > Laszlo-dev mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-dev _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
