BUG 15563 No se ve el formulario por completo en Internet Explorer 10 IMPROVEMENT

This commit is contained in:
Julio Cesar Laura
2014-10-10 12:22:47 -04:00
parent e62def4cc7
commit 26581390bf

View File

@@ -367,7 +367,7 @@ Ext.onReady(function(){
frameConfig:{name:'openCaseFrame', id:'openCaseFrame'},
defaultSrc : uri,
loadMask:{msg: _('ID_LOADING_GRID') },
bodyStyle:{height: (PMExt.getBrowser().screen.height-60) + 'px', overflow:'auto'},
bodyStyle:{height: (PMExt.getBrowser().screen.height-60) + 'px', overflow:'hidden'},
width:screenWidth
}
@@ -1516,7 +1516,7 @@ Ext.onReady(function(){
if (name == "generatedDocuments") {
var uri = 'casesGenerateDocumentPage_Ajax.php?actionAjax=casesGenerateDocumentPage';
}
if (name == "processMap" && _PROJECT_TYPE === 'bpmn') {
var uri = '../designer?prj_uid=' + _PRO_UID + '&prj_readonly=true&app_uid=' + _APP_UID;
}