From: Michael M Slusarz Date: Thu, 30 Jul 2009 18:50:05 +0000 (-0600) Subject: Better positioning of drop-down X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8c8354969dcdc9b2919868897baae624aff78a0c;p=horde.git Better positioning of drop-down --- diff --git a/imp/js/src/DimpBase.js b/imp/js/src/DimpBase.js index 1b20d7ecf..ad0d28d51 100644 --- a/imp/js/src/DimpBase.js +++ b/imp/js/src/DimpBase.js @@ -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) {