| Issue 2: | IE6: Field Updating Fails | |
| Back to list |
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
Status:
Accepted
Oct 27, 2010
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 |