Some more tests showed: Tapestry.register_Form('..') related to the select component. If I remove register_Form, I will not get the problem.
On 1/26/06, Cliff Zhao <[EMAIL PROTECTED]> wrote: > > I believe that this is something with select component. I did some other > tests. It seems that the problem will not happen if the first component is > not a Select component. > > > > On 1/26/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > > > I seem to remember having some sort of problem with that function as > > well at > > some point. It was something about the property being null? I don't > > remember. > > > > On 1/26/06, Cliff Zhao < [EMAIL PROTECTED]> wrote: > > > > > > 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. > > > > > > > > > > >