From 63ef4ba8076111130aa7d6986a7263fe47c43e50 Mon Sep 17 00:00:00 2001 From: Alvaro Campos Date: Fri, 8 Jun 2012 18:16:50 -0400 Subject: [PATCH] BUG 9229 Problema con la ventana Key del ProcessMap. SOLVED - This problem only occurred in IE, your fix was increasing the size of the window --- workflow/engine/js/cases/core/cases_Step.js | 2 +- workflow/engine/methods/cases/ajaxListener.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/engine/js/cases/core/cases_Step.js b/workflow/engine/js/cases/core/cases_Step.js index 282672044..82f1a4452 100755 --- a/workflow/engine/js/cases/core/cases_Step.js +++ b/workflow/engine/js/cases/core/cases_Step.js @@ -182,7 +182,7 @@ var showProcessMap = function () scs.evalScript(); oLeyendsPanel = new leimnud.module.panel(); oLeyendsPanel.options = { - size :{w:160,h:140}, + size :{w:160,h:155}, position:{x:((document.body.clientWidth * 95) / 100) - ((document.body.clientWidth * 95) / 100 - (((document.body.clientWidth * 95) / 100) - 160)),y:45,center:false}, title :G_STRINGS.ID_COLOR_LEYENDS, theme :"processmaker", diff --git a/workflow/engine/methods/cases/ajaxListener.php b/workflow/engine/methods/cases/ajaxListener.php index 336901adf..aa4dde069 100755 --- a/workflow/engine/methods/cases/ajaxListener.php +++ b/workflow/engine/methods/cases/ajaxListener.php @@ -275,7 +275,7 @@ class Ajax oLeyendsPanel = new leimnud.module.panel(); oLeyendsPanel.options = { - size :{w:160,h:140}, + size :{w:160,h:155}, position:{x:((document.body.clientWidth * 95) / 100) - ((document.body.clientWidth * 95) / 100 - (((document.body.clientWidth * 95) / 100) - 160)),y:45,center:false}, title :G_STRINGS.ID_COLOR_LEYENDS, theme :"processmaker",