[FIX] Ajax on Firefox 2.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[FIX] Ajax on Firefox 2.0

Ron Teitelbaum

All,

 

I found the live update error on FireFox.  

 

The problem was:

 

            request.open("GET", uri);

 

Should have been:

           

request.open("GET", uri, true);

 

Changing this fixed things.  Attached is a file out of the change.  

 

Ron Teitelbaum

 

http://bugs.impara.de/view.php?id=5310


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

WAStandardScripts-ajax.st (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

onLoad? [was: [FIX] Ajax on Firefox 2.0]

Klaus D. Witzel
Hi Ron,

on Sat, 28 Oct 2006 01:14:18 +0200, you wrote:

> All,
>
> I found the live update error on FireFox.
>
> The problem was:
>
>             request.open("GET", uri);
>
> Should have been:
>
> request.open("GET", uri, true);

Ah. Request/response was done but nobody was informed,

- http://lists.w3.org/Archives/Public/public-webapi/2006Jul/0026.html

> Changing this fixed things.  Attached is a file out of the change.

Thank you Ron. Now my first developer experience with Seaside will make  
even more fun :)

BTW: this leaves the on onLoad problem in the dark. Will anybody address  
it? Some background

- http://dean.edwards.name/weblog/2005/09/busted/
- http://dean.edwards.name/weblog/2006/06/again/
- http://www.ajaxian.com/archives/return-of-the-documentonload-problem
-  
http://www.outofhanwell.com/blog/index.php?title=the_window_onload_problem_revisited

/Klaus

> Ron Teitelbaum
>
>
> http://bugs.impara.de/view.php?id=5310
>


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside