BUG 8801 Ventana de Upload n l "Process File" no tiene un layout uniforme SOLVED

- The difference is based on that there are problems with previous versions of IE 9
  from the above mentioned version everything works correctly
This commit is contained in:
Alvaro Campos
2012-06-08 15:01:23 -04:00
parent 833f99241c
commit 444a178c39

View File

@@ -25,11 +25,14 @@ var oUploadFilesPanel;
var oUploadFilesPanel;
var uploadFilesScreen = function(PRO_UID, MAIN_DIRECTORY, CURRENT_DIRECTORY) {
var swNavigator;
if(navigator.appName=='Microsoft Internet Explorer'){
swNavigator='ie'
wd=350;
hg=200;
var swNavigator;
if(navigator.appName=='Microsoft Internet Explorer'){
if (/compatible; MSIE 9.0/.test(navigator.userAgent))
swNavigator='ie9';
else
swNavigator='ie';
wd=420;
hg=170;
} else {
swNavigator='wknormal';
wd=420;