| Summary | Dimp Other Actions menu fails |
| Queue | DIMP |
| Queue Version | 1.0-RC3 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | herbert (at) linuxhacker (dot) at |
| Created | 03/21/2008 (6441 days ago) |
| Due | |
| Updated | 03/28/2008 (6434 days ago) |
| Assigned | |
| Resolved | 03/28/2008 (6434 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
Priority ⇒ 1. Low
New Attachment: horde3.2-rc3-dimp-other-actions-trace.png
Patch ⇒ No
Milestone ⇒
Queue ⇒ DIMP
Summary ⇒ Dimp Other Actions menu fails
Type ⇒ Bug
State ⇒ Unconfirmed
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;
}