Dimp Other Actions Menu fails
by
Herbert Straub
—
last modified
2009-05-03 07:40
—
filed under:
BugSolved
The Other Actions Menu fails in Horde Dimp.
Status
- fixed in CVS, see Horde Bugnr: 6513
Description
I get a "value has no properties" error if i click the ''Other Actions'' field, for example in the Inbox. I try to take a stack trace - see the attached screenshot. My workaround to get the ''Other actions'' menu: I insert a break after the line 619 in dimp/js/src/DimpBase.js:
case 'ctx_otheractions':
break; //Straub
elts = $('oa_seen', 'oa_unseen',
oa_flag','oa_clear', 'oa_sep1',
'oa_blacklist',
oa_whitelist', 'oa_sep2');
if (this.viewport.getSelected().size()) {
elts.invoke('show');
} else {
elts.invoke('hide');
}
break;
}
Version
Horde 3.2-RC3, Dimp H3 1.0-RC3, Imp H3 4.2-RC3
Stack Trace
Catched with the Firefox Addon Web Developer

Previous:
CentOS 5.1 ldap server stop problem
