From fa53a816f0d65a55acd4f0c6ceacd28abcfe6aff Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 12 May 2007 05:25:36 +0000 Subject: [PATCH] trying to force focus to the tree git-svn-id: svn://svn.open-ils.org/ILS/trunk@7275 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/xul/template-config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/web/reports/xul/template-config.js b/Open-ILS/web/reports/xul/template-config.js index d4d212a398..d19521c700 100644 --- a/Open-ILS/web/reports/xul/template-config.js +++ b/Open-ILS/web/reports/xul/template-config.js @@ -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; } -- 2.43.2