View Single Post
  #2 (permalink)  
Old 09-18-2007, 04:38 AM
marinew marinew is offline
Senior Member
 
Posts: 51
Default JavaScript Errors

I found JavaScript errors in firefoxe console.

When I login with the user that has the problem, I have the following errors, that I don't have with other users that can login.

Code:
Erreur : this._propsById has no properties
Fichier source : http://kerrocher03.armor-technologies.fr/zimbra/js/ZimbraMail_all.js.zgz?v=070706142521
Ligne : 1220
This point to :
Code:
ZmZimletContext.prototype.setPropValue=function(name,val){
if(this._propsById[name]){                                  <==== Here
this._propsById[name].value=val;
}
};
Code:
Erreur : _1ca7 has no properties
Fichier source : http://kerrocher03.armor-technologies.fr/zimbra/js/ZimbraMail_all.js.zgz?v=070706142521
Ligne : 29329
This point to :
Code:
ZmComposeController.prototype._setAddSignatureVisibility=function(_1ca7){
var _1ca8=(!_1ca7.signatureEnabled&&_1ca7.signature);              <=== Here
var _1ca9=this._toolbar.getButton(ZmOperation.ADD_SIGNATURE);
_1ca9.setVisible(_1ca8);
return _1ca8;
};
Any idea ?
Reply With Quote