Better positioning of drop-down
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 30 Jul 2009 18:50:05 +0000 (12:50 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 30 Jul 2009 20:13:22 +0000 (14:13 -0600)
imp/js/src/DimpBase.js

index 1b20d7e..ad0d28d 100644 (file)
@@ -2451,7 +2451,7 @@ var DimpBase = {
         /* Add popdown menus. Check for disabled compose at the same time. */
         this._addMouseEvents({ id: 'button_other', type: 'otheractions' }, $('button_other'));
         this._addMouseEvents({ id: 'folderopts', type: 'folderopts' }, $('folderopts').down(1));
-        this._addMouseEvents({ id: 'qsearch_icon', left: true, type: 'qsearchopts' });
+        this._addMouseEvents({ id: 'qsearch_icon', left: true, offset: 'qsearch', type: 'qsearchopts' });
 
         DM.addSubMenu('ctx_message_reply', 'ctx_reply');
         [ 'ctx_message_', 'oa_', 'ctx_draft_' ].each(function(i) {