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'},
|
frameConfig:{name:'openCaseFrame', id:'openCaseFrame'},
|
||||||
defaultSrc : uri,
|
defaultSrc : uri,
|
||||||
loadMask:{msg: _('ID_LOADING_GRID') },
|
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
|
width:screenWidth
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1516,7 +1516,7 @@ Ext.onReady(function(){
|
|||||||
if (name == "generatedDocuments") {
|
if (name == "generatedDocuments") {
|
||||||
var uri = 'casesGenerateDocumentPage_Ajax.php?actionAjax=casesGenerateDocumentPage';
|
var uri = 'casesGenerateDocumentPage_Ajax.php?actionAjax=casesGenerateDocumentPage';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (name == "processMap" && _PROJECT_TYPE === 'bpmn') {
|
if (name == "processMap" && _PROJECT_TYPE === 'bpmn') {
|
||||||
var uri = '../designer?prj_uid=' + _PRO_UID + '&prj_readonly=true&app_uid=' + _APP_UID;
|
var uri = '../designer?prj_uid=' + _PRO_UID + '&prj_readonly=true&app_uid=' + _APP_UID;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user