It is fairly clear that the problem is an IE issue. And it is a good thing if the latest IE7 corrects this. The site <http://neumeri.com> has has many pages containing multiple sortable tables... could you run it thru IE7 to see how it holds up? Thanks...
mario On Jun 27, 2006, at 11:49 PM, Brendan J wrote: > Well, I've been testing Vista and IE7 using the MochiKit demos on the > site, and long ago the sortable tables page WOULD crash IE, but on the > latest Vista and IE7 it does not. So looks like whatever was causing > the problem has fixed itself. :) > > -Brendan > > On 6/27/06, mario ruggier <[EMAIL PROTECTED]> wrote: >> 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 -~----------~----~----~----~------~----~------~--~---
