From 9be74a5980156f741e2f80cdebe411dda94d0d67 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 26 Oct 2010 20:42:29 +0000 Subject: [PATCH] Monotone-Parent: 4d3e361eacc8e091139686387705b76acb920a8d Monotone-Revision: 08ff4ed5c2f1ac739d34cf7fe2a75f3b3ac2d7dd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-26T20:42:29 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxContactEditor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/WebServerResources/UIxContactEditor.js b/UI/WebServerResources/UIxContactEditor.js index acd7832b0..4d0b6d12e 100644 --- a/UI/WebServerResources/UIxContactEditor.js +++ b/UI/WebServerResources/UIxContactEditor.js @@ -205,10 +205,11 @@ function onComboButtonClick(event) { var container = $("categoryContainer"); var menuTop = (container.cascadeTopOffset() + this.textInput.offsetTop + this.textInput.clientHeight); - var menuLeft = this.textInput.cascadeLeftOffset(); + var menuLeft = this.textInput.cascadeLeftOffset() + 1; var minWidth = this.textInput.clientWidth; menu.setStyle({ "top": menuTop + "px", "left": menuLeft + "px", + "width": minWidth + "px", "min-width": minWidth + "px" }); event.preventDefault();