Issue 2: IE6: Field Updating Fails
Project Member Reported by justin.kruger, Oct 26, 2010
When a user updates data in a field, the data is not properly stored in the database.


Oct 26, 2010
Project Member #1 justin.kruger
(No comment was entered for this change.)
Status: Accepted
Oct 27, 2010
Project Member #2 justin.kruger
Opensocial calls were being made before the container was ready on Firefox and IE.  This has been resolved by using the wrapper function 

os.ready(function(){
//code
});
Status: Fixed
Cc: leslie.yuan
Labels: Browser-FF