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:
@@ -25,11 +25,14 @@ var oUploadFilesPanel;
|
|||||||
var oUploadFilesPanel;
|
var oUploadFilesPanel;
|
||||||
var uploadFilesScreen = function(PRO_UID, MAIN_DIRECTORY, CURRENT_DIRECTORY) {
|
var uploadFilesScreen = function(PRO_UID, MAIN_DIRECTORY, CURRENT_DIRECTORY) {
|
||||||
|
|
||||||
var swNavigator;
|
var swNavigator;
|
||||||
if(navigator.appName=='Microsoft Internet Explorer'){
|
if(navigator.appName=='Microsoft Internet Explorer'){
|
||||||
swNavigator='ie'
|
if (/compatible; MSIE 9.0/.test(navigator.userAgent))
|
||||||
wd=350;
|
swNavigator='ie9';
|
||||||
hg=200;
|
else
|
||||||
|
swNavigator='ie';
|
||||||
|
wd=420;
|
||||||
|
hg=170;
|
||||||
} else {
|
} else {
|
||||||
swNavigator='wknormal';
|
swNavigator='wknormal';
|
||||||
wd=420;
|
wd=420;
|
||||||
|
|||||||
Reference in New Issue
Block a user