mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Monotone-Parent: 4d3e361eacc8e091139686387705b76acb920a8d
Monotone-Revision: 08ff4ed5c2f1ac739d34cf7fe2a75f3b3ac2d7dd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-26T20:42:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user