In Chrome & IE 11 I get this error on calling:
$.messager.show({
title:"Information",
msg: 'Login successful',
timeout:4000,
showType:'slide'
});
Please find the complete error stack attached.
In Firefox this is running fine. Any idea what the problem could be?
In function _2aF() at jquery.easyui.min.js:3893, the property scrollTop is accessed to calculate the style bottom :
var opts=$.extend({},$.messager.defaults,{
modal:false,
shadow:false,
draggable:false,
resizable:false,
closed:true,
style:{
left:"",top:"",
right:0,
zIndex:$.fn.window.defaults.zIndex++,
bottom:-document.body.scrollTop-document.documentElement.scrollTop
},
title:"",
width:250,
height:100,
minHeight:0,
showType:"slide",
showSpeed:600,
content:_2b0.msg,
timeout:4000},_2b0);