The problem seems that we were including large CSS style sheets on each
tab's jsp page, which was unnecessarily filling IE's memory, and eventually
it would crash due to some buffer being blown.
 
We've removed the CSS links, javascript includes and the <s:head
theme="ajax"/> from our tabs up a level to the jsp page that has the
tabbedpanel tag, and the problem is avoided. The styles and javascript are
still available in the tabs and the ajax components still work.
 
Thanks for the help, regards
Jason

 
-----Original Message-----
From: Musachy Barroso [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 10 July 2007 11:09 PM
To: Struts Users Mailing List
Subject: Re: [S2] IE crashing with ajax tabbedpanels 

The tab widget itself was not modified, but the tab widget (just a div) is
an extended version of the dojo one. The dojo forum would be a better place
to start as the tab panel is not reall ajax, but just javascript. A good 
test would be to reproduce your tabs using only dojo, no struts, if you get
the same error then it is a dojo problem, otherwise it is an struts problem.

regards
musachy

On 7/9/07, Jason Wyatt <  <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]>
wrote:
>
> Thanks Musachy, I'll try the Dojo forums.
>
> Do you know if the tabbed panels are entirely third party, ie were
> they incorporated into S2 without changes from an Ajax or Dojo project? 
>
> I was also wondering why would the Dojo forum would be more
> appropriate than an Ajax forum?
>
> Thanks a lot for your help,
>
> Jason
>
>
>
> -----Original Message----- 
> From: Musachy Barroso [mailto:[EMAIL PROTECTED]
> Sent: Monday, 9 July 2007 11:17 PM
> To: Struts Users Mailing List
> Subject: Re: [S2] IE crashing with ajax tabbedpanels 
>
> Did you try asking on the Dojo forums? You'd probably have a better
> chance there.
>
> regards
> musachy
>
> On 7/9/07, Jason Wyatt < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> wrote:
> >
> > I've got an ajax tabbedpanel with six tabs. When I click on the tabs
> > in rapid sequence, it often causes IE to crash.
> >
> > It seems to happen if I click on a tab while one or two others are 
> > still loading.
> >
> > Some times IE locks up, and other times it gets the standard error
> > message "Internet Explorer has encountered a problem..."
> >
> > The "error signature" in the IE crash report is as follows: 
> > AppName: iexplore.exe    AppVer: 6.0.2900.2180   ModName: mshtml.dll
> > ModVer: 6.0.2900.2873    Offset: 000e5449
> >
> > The OS is Windows XP Pro Version 2002 SP 2, with Tomcat 5.5 running
> > on JDK
> > 1.5.0_03-b07 and Struts 2.0.8.
> >
> > Any ideas what could be causing this, or how to debug it? I believe
> > it has to do with Ajax, but not 100% sure. 
> >
> > Thanks in advance,
> >
> > Jason
> >
> >
> > -----
> > Falun Dafa  Truth - Compassion - Forbearance
> >
> > A mind & body practice under persecution in China 
> >
> > http://www.faluninfo.net
> >
> >
> >
> >
> > -------------------------------------------------------------------- 
> > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> "Hey you! Would you help me to carry the stone?" Pink Floyd
>
>
>
> --------------------------------------------------------------------- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 
>
>


--
"Hey you! Would you help me to carry the stone?" Pink Floyd






-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd 

Reply via email to