On 11/1/06, Hamish Friedlander <[EMAIL PROTECTED]> wrote: > > Normally I ignore IEs older than 6 (I don't need that sort of hassle), but > recently I tested some javascript I had written for a client in IE5 and it > failed. The culprit was Array.push, which for no clear reason IE5 doesn't > support. Unfortunately, it's used quite a lot in Mochikit. >
IE 5 is not supported, at all. I will not take any patches to support IE 5 unless someone commits to *maintaining* IE 5 support, which means regular testing and debugging for IE 5 related issues. I would suggest creating a compatibility library that hacks the various prototypes that IE 5 does not implement correctly (but only if existing implementations are not present on those objects). If you load such a library before MochiKit maybe everything will work. You might also have to patch Function.prototype to get call and apply, among other things. Good luck, and let us know if you get anywhere with it! -bob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
