Hi Tucker,
Besides the temporary change I made to LzNode to not delete a global, I
found 2 other things.
1. I added another p=null check in LzDatapointer. I'll send out a review
shortly.
2. I found a bug in calendar with date handling. Date.getYear() works
different on FF1.5 than IE6. If you run this code:
<body>
<script>
var date = new Date();
alert ("getMonth = " + date.getMonth() + ", getYear = " + date.getYear()
+ ", getFullYear = " + date.getFullYear()); </script>
</body>
getMonth getYear getFullYear
FF 1.5 9 106 2006
IE 6 9 2006 2006
I changed calendar.lzx to use getFullYear() instead of using getYear()
because getFullYear() always returns a 4 digit year. On IE6, the calendar
events now display on the calendar. There are still some visual problems,
and other js issues when you start clicking, but at least it is progress.
I'll send out a separate review for this.
Phil
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev