One thing I discovered recently is that Firefox handles large numbers of
html components better than IE. I had to debug a jsp page that would run
slower & slower under IE, but appeared to work under firefox. The
problem turned out to be a bug that caused an exponential increase in
the number of copies of a particular hidden input field in the page; IE
had problems when it got into the thousands, while firefox only showed
symptoms when the number of copies was significantly higher.

So my guess would be that this page is just too complex for IE and that
you need to redesign your page to avoid having so many html tags in it.

Regards,
Simon

On Sat, 2008-10-25 at 21:15 +0200, Burghard Britzke wrote:
> may be it is the javascript code used by the tree component which  
> screw up ie?
> 
> burghard.
> 
> Am 25.10.2008 um 15:30 schrieb Matthias Wessendorf:
> 
> > Are you saying the issue is the JavaScript in IE ?
> >
> > -Matthias
> >
> > On Fri, Oct 24, 2008 at 6:27 PM, Wu, Billy <[EMAIL PROTECTED]>  
> > wrote:
> >> Hi everyone,
> >>
> >>
> >>
> >> I have a large tree (500 nodes under a node), and it is taking a  
> >> very long
> >> time to load (like 46 seconds) in Internet Explorer.  In Firefox  
> >> and Chrome,
> >> it only takes a few seconds.  Unfortunately my company has to  
> >> support IE.
> >> Does anyone know a good solution to this?  (Maybe like a TreePanel  
> >> widget
> >> that will go get data as needed?)
> >>
> >>
> >>
> >> Thanks,
> >>
> >>
> >>
> >> Billy
> >
> >
> >
> > -- 
> > Matthias Wessendorf
> >
> > blog: http://matthiaswessendorf.wordpress.com/
> > sessions: http://www.slideshare.net/mwessendorf
> > twitter: http://twitter.com/mwessendorf
> 

Reply via email to