Personal tools
You are here: Home Bugs All Dimp Other Actions Menu fails

Dimp Other Actions Menu fails

by Herbert Straub last modified 2009-05-03 07:40
— filed under:

The Other Actions Menu fails in Horde Dimp.

Status

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

Stack Trace

Document Actions