As I mentioned earlier in this thread, I was experiencing a similar problem -- using an implementation of client-sortable tables that is independent of Mochikit. I was also doing a first sort on page load, which seemed to be the trigger of the crash when I had multiple tables on the same page. To workaround this IE6 problem, I tried re-architecting such that the first sort is done on the server, which seems to work! I have not been able to crash IE6 since. Plus, in any case doing the first sort on the server is a good idea, as you can this way send a usable and properly sorted table to a client with no javascript.
On Jun 27, 2006, at 8:25 AM, Vijay wrote: > > The sortable tables are crashing on Internet explorer. multiple clicks > on the sorting causes IE to crash. > > The situation is such that sometimes just clicking on sort for the > first time can cause IE to crash when the page has several elements. I > believe this is to do with IE's inability to re-write the DOM structure > during runtime. > > Maybe a delay to implement the sort will work? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
