此问题在UI1.7就出现,到了UI1.8也未修复,真不知道该怎么说好..
var $el = (this.oldInstances.pop() || $('
').addClass('ui-widget-overlay'))
.appendTo(document.body)
.css({
width: this.width(),
height: this.height()
});
#在这下面增加
($.browser.msie && $.browser.version == '8.0')?$('body').css('overflow-x','hidden'):'';