I have a very strange problem. I have a Tapestry 4.0 page. The page includes 2 forms and one dojo Tree and some html tables for layout. The page showed up without any problem, but when I close the page, IE will crash with an error: "The instruction at "0x10005fbe" referenced memory at "0x10005fbe". The memory could not be "read". Click OK to terminate the program."
Have you guys met this problem before? I tried to see what's the problem. I saved the page with browser's view source. I used IE to open the saved page, I still got the problem. Then I removed the my javascript and dojo Tree, I still got the problem. But when I removed this line at the end of the page, then the problem went away: Tapestry.set_focus('spidSelect'); 'spidSelect' is a Select component in my first form. Any advice? Thanks.