From 1adc266b7c7b03183394eb1478219420ac274f5b Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 12 May 2007 05:20:10 +0000 Subject: [PATCH] trying to force focus to the tree git-svn-id: svn://svn.open-ils.org/ILS/trunk@7274 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/xul/template-config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/web/reports/xul/template-config.js b/Open-ILS/web/reports/xul/template-config.js index e10d10e78d..d4d212a398 100644 --- a/Open-ILS/web/reports/xul/template-config.js +++ b/Open-ILS/web/reports/xul/template-config.js @@ -201,6 +201,8 @@ function alterColumnLabel () { rpt_rel_cache[relation_alias].fields[tabname][colname].alias = new_label; renderSources(true); tree.view.selection.select( item_pos ); + tree.focus(); + tree.click(); } return true; @@ -234,6 +236,8 @@ function alterColumnTransform (trans) { renderSources(true); tree.view.selection.select( item_pos ); + tree.focus(); + tree.click(); return true; } @@ -262,6 +266,8 @@ function changeOperator (args) { renderSources(true); tree.view.selection.select( item_pos ); + tree.focus(); + tree.click(); return true; } -- 2.43.2