Thanks Adam. I suspected that may be the only way. After some persistence using the comment-out-and-run method I've got the bottom of the issue.
I was updating results in my app by replacing the FlexTable with a new FlexTable on every update. Which I guess defeats the whole point of a FlexTable! I've now reworked things so that I create one FlexTable on loading the app and each update only alters the relevant rows in the table. IE6 is now crash free again. On Mar 12, 7:46 am, "alex.d" <[email protected]> wrote: > This kind of stuff with IE6 sucks. I had a problem like yours once and > i ended up with commenting my code out part by part and putting a lot > of Window.alert() in it :( > > On 11 Mrz., 19:52, Austen <[email protected]> wrote: > > > Hi, > > > I have a problem with IE6 crashing when using my app. > > The app works fine in IE7/FF3/Chrome etc. > > > I'm attempting to use MS script debugger with no luck. The error isn't > > caught by script debugger (or maybe it is, but it crashes before I can > > view it) and when I try and step line by line IE6 still crashes before > > I get to see anything interesting. > > > The problem is, how do I find the problem?! > > > Anyone got an idea on how to proceed? > > > Thanks in advance > > > Austen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
