Error in IE: Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 7 Dec 2012 08:03:34 UTC Message: 'null' is null or not an object Line: 626 Char: 5 Code: 0URI: https://192.168.89.230/SOGo.woa/WebServerResources/MailerUI.js?lm=1354864357
Versions:
Sogo 2.0.3
Dovecot 2.1.7
debian
MailerUI.js:
line 626, 5 symbol:
$("searchValue").value = "";
Whole function:
apache2 function onMailboxTreeItemClick(event) {
var topNode = $("mailboxTree");
var mailbox = this.parentNode.getAttribute("dataname");
if (topNode.selectedEntry)
topNode.selectedEntry.deselect();
this.selectElement();
topNode.selectedEntry = this;
search = {};
$("searchValue").value = "";
initCriteria();
Mailer.currentMailboxType = this.parentNode.getAttribute("datatype");
if (Mailer.currentMailboxType == "account" ||
Mailer.currentMailboxType == "additional") {
Mailer.currentMailbox = mailbox;
var messageContent = $("messageContent");
if (messageContent) messageContent.innerHTML = '';
$("messageCountHeader").childNodes[0].innerHTML = ' ';
Mailer.dataTable._emptyTable();
updateWindowTitle();
}
else {
var datatype = this.parentNode.getAttribute("datatype");
if (datatype == 'draft' || datatype == 'sent')
toggleAddressColumn("from", "to");
else
toggleAddressColumn("to", "from");
updateWindowTitle(this.childNodesWithTag("span")[0]);
openMailbox(mailbox);
}
Event.stop(event);
}
Martin K.
--
[email protected]
https://inverse.ca/sogo/lists
