mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 19:34:17 +00:00
Monotone-Parent: efb32ee0b07634ff28f86f07c618160d8d121225
Monotone-Revision: 9e683df87b2b67f61552768bc12e69f0d289640e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-19T22:19:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -137,6 +137,9 @@ Element.addMethods({
|
||||
if (leftDiff < 0)
|
||||
menuLeft -= popup.offsetWidth;
|
||||
|
||||
if (popup.prepareVisibility)
|
||||
popup.prepareVisibility();
|
||||
|
||||
popup.setStyle( { top: menuTop + "px",
|
||||
left: menuLeft + "px",
|
||||
visibility: "visible" } );
|
||||
|
||||
Reference in New Issue
Block a user