Dialog: Changed IE6 overlay width adjustment to apply to all IE versions. Fixed #3623 - Opening a Modal Dialog shows a horizontal scroll bar

This commit is contained in:
kborchers 2011-05-12 13:31:15 -05:00
parent 1845015c09
commit 29b36bb409

View File

@ -780,8 +780,8 @@ $.extend( $.ui.dialog.overlay, {
width: function() { width: function() {
var scrollWidth, var scrollWidth,
offsetWidth; offsetWidth;
// handle IE 6 // handle IE
if ( $.browser.msie && $.browser.version < 7 ) { if ( $.browser.msie ) {
scrollWidth = Math.max( scrollWidth = Math.max(
document.documentElement.scrollWidth, document.documentElement.scrollWidth,
document.body.scrollWidth document.body.scrollWidth