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
This commit is contained in:
@@ -182,7 +182,7 @@ var showProcessMap = function ()
|
|||||||
scs.evalScript();
|
scs.evalScript();
|
||||||
oLeyendsPanel = new leimnud.module.panel();
|
oLeyendsPanel = new leimnud.module.panel();
|
||||||
oLeyendsPanel.options = {
|
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},
|
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,
|
title :G_STRINGS.ID_COLOR_LEYENDS,
|
||||||
theme :"processmaker",
|
theme :"processmaker",
|
||||||
|
|||||||
@@ -275,7 +275,7 @@ class Ajax
|
|||||||
|
|
||||||
oLeyendsPanel = new leimnud.module.panel();
|
oLeyendsPanel = new leimnud.module.panel();
|
||||||
oLeyendsPanel.options = {
|
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},
|
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,
|
title :G_STRINGS.ID_COLOR_LEYENDS,
|
||||||
theme :"processmaker",
|
theme :"processmaker",
|
||||||
|
|||||||
Reference in New Issue
Block a user