I've posted at my blog the little script we used to solve this problem
for anyone who wants to take a look 
http://webdynamix.blogspot.com/2008/10/gwt-norton-360.html

On 17 oct, 02:19, makoki <[EMAIL PROTECTED]> wrote:
> Thanks for the links martin, we finally solved it, was Norton phishing
> option it seems to take extremlly long time to parse iframe with empty
> src attribute that are built dynamically, this usually is for loading
> dynamically external javascript resources common in ajax sites, i'm
> wrong? after looking at the GWT generated code we saw that this could
> be the issue, after doing some tests we found that actually GWT
> implements dyn. resource loading this way, i'm wrong again? , so we've
> made a little workaround script that just parses the generated code
> and replaces this. Seems to work. :P
> Thks for your responses, if you want we can post the code for the
> script, just a simple bash script replacing the occurrences with a url
> for a blank file.
>
> Ah, we also found out that FormPanel slows down IE7/IE6 with Norton
> anti-phishing option, our solution was to replace form panels with
> simple panel as they weren't doing any real form function, don't know
> if this is a solution for many, but really did the trick for us.
>
> On 16 oct, 09:42, Martin Trummer <[EMAIL PROTECTED]> wrote:
>
> > FYI: I found those 2 interessting 
> > sites:http://mail.google.com/support/bin/answer.py?answer=80446&topic=12780......
>
> > On Oct 15, 11:45 am, Joe Cole <[EMAIL PROTECTED]> wrote:
>
> > > We had huge issues with Norton at one installation.
> > > I think there is a setting to tell it to stop real time scanning of
> > > javascript output - that's probably what's causing the issue. We found
> > > the best explanation of these problems was in gmails troubleshooting,
> > > where it tells you how to disable and add exceptions for most
> > > popupblockers/security suites.
> > > Also, use firebug + ethereal to check it isn't doing things to your
> > > html/js. It added some code to ours that we could use to detect if
> > > norton was installed, and then asked them to add the exceptions.
>
> > > Joe
>
> > > On Oct 15, 3:32 pm, makoki <[EMAIL PROTECTED]> wrote:
>
> > > > Can't find an explanation about it and hope anyone can tell me
> > > > something, using Norton 360 in a Windows Vista environment seems to be
> > > > slowing down GWT app incredibly.
> > > > The app has been tested in different OS and browsers (MAC/WinXP/Vista/
> > > > FF3/Safari/ie6/ie7) but it seems to slow down when Vista/Norton 360 is
> > > > activated.
> > > > Did anyone found the same problem?
> > > > Thx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to