See ChangeLog

Monotone-Parent: c03b9128fca69d35f4cd1d6372d79d80da725b87
Monotone-Revision: eb98680a91c477e61143b911e53baa32fc0a1132

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-06-02T19:23:31
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-06-02 19:23:31 +00:00
parent 38e45f6a3e
commit 29abecf0c1
5 changed files with 26 additions and 21 deletions
+3 -1
View File
@@ -661,7 +661,7 @@ function popupMenu(event, menuId, target) {
document.currentPopupMenu = popup;
$(document.body).observe("click", onBodyClickMenuHandler);
$(document.body).observe("mousedown", onBodyClickMenuHandler);
}
}
@@ -727,6 +727,8 @@ function hideMenu(menuNode) {
menuNode.parentMenu.submenu = null;
menuNode.parentMenu = null;
}
Event.fire(menuNode, "contextmenu:hide");
}
function onMenuEntryClick(event) {