BUG 15563 No se ve el formulario por completo en Internet Explorer 10 IMPROVEMENT
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user