[Json-rpc-java] Firefox and Mac - asynch and synch calls on page cause problems?
Tony Murphy
tony_murphy at yahoo.com
Tue Jul 10 03:24:42 SGT 2007
I had a strange problem on Firefox running on an iMac, if I have a page with an asynch call and a synch call, the asynch call generally didn't work. I stepped through the code using Firebug, and the asynch call worked ok this way as I debugged it. I then thought there may be a timing issue. I then removed the synch call, and the asynch call worked ok. I then put the synch call back in, but made it asynch (i know that doesn't make sense!) and page functioned ok with 2 now asynch calls.
Firefox on iMac:
asynch + synch = broken
asynch call = ok
asynch + asynch = ok
I tested on IE 6 and Firefox 2 on Windows XP - didn't have an issue
I tested Firefox and IE 7 on Vista, no problems
I tested using Safari on iMac running Tiger, that worked as well.
I should have being using Asynch calls anyway.
Is this possibly as Firefox on iMac problem?
Just while I may still have your attention, are the default caching headers sent by the JSON RPC Servlet OK for general use? And is it correct to say that UTF-8 is now the default, I can see response headers have UTF-8 without me having to set anything? I guess this post now obsolete (had a look through changelog)
Great application by the way!
___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/
More information about the Json-rpc-java
mailing list