trying to force focus to the tree
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 12 May 2007 05:25:36 +0000 (05:25 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 12 May 2007 05:25:36 +0000 (05:25 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7275 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/reports/xul/template-config.js

index d4d212a..d19521c 100644 (file)
@@ -238,6 +238,8 @@ function alterColumnTransform (trans) {
        tree.view.selection.select( item_pos );
        tree.focus();
        tree.click();
+
+       $(tabname + '_trans_menu').hidePopup();
        return true;
 }
 
@@ -268,6 +270,8 @@ function changeOperator (args) {
        tree.view.selection.select( item_pos );
        tree.focus();
        tree.click();
+
+       $(tabname + '_op_menu').hidePopup();
        return true;
 }