[Tickets #6513] Re: Dimp Other Actions menu fails

bugs at horde.org bugs at horde.org
Sat Mar 22 10:57:57 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6513
-----------------------------------------------------------------------
 Ticket             | 6513
 Updated By         | bart at crossbar.net
 Summary            | Dimp Other Actions menu fails
 Queue              | DIMP
 Version            | 1.0-RC3
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


herbert at linuxhacker.at (2008-03-21 09:50) wrote:

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;
    }




More information about the bugs mailing list