Hi MochiKit people,

I'm using MochiKit in combination with TurboGears. Some of the key
users of my application are in-house users. These users are stuck with
Mozilla 1.6 - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/
20040413 Debian/1.6-5" for some time to come.

I have used the following code

var d = loadJSONDoc("someurl")
d.addCallback(somecallbackfunction)

without problems using MochiKit 1.3.1. When upgrading to the SVN
version of MochiKit it suddenly stops working on Mozilla 1.6 (but
keeps working on Firefox). The server is contacted and does send back
an answer but "somecallbackfunction" is never called.

I know of course that Mozilla 1.6 is not one of the browsers you test
up against. But if you decide to try to fix the problem anyways please
let me know. For now I will just stick with MochiKit 1.3.1.

- Jesper


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to