Hi Tucker,

I found some more issues but I haven't written a fix yet; only the hacks to 
get it running further.

NaN processing is different on IE6 and FF. This example runs on FF (and 
sets height to NaN, but generates a Javascript error on IE6):

<canvas>
   <text id="tempview" width="100" />

   <method reference="canvas" event="oninit">
     var value = 0/0;
     tempview.setAttribute ('height', value);
     tempview.setText ("height = " + tempview.height);
   </method>
</canvas>


This condition is occurring in animators. This happens in 
basefocusview.lzx, and perhaps other places I have not tracked down yet.

Phil


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

Reply via email to