From: Rick Waldron Date: Mon, 25 Jul 2011 18:02:37 +0000 (-0400) Subject: Non-breaking-space should achieve the same effect as a visible character. Fixes ... X-Git-Tag: 1.6.3rc1~39^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F444%2Fhead;p=jquery.git Non-breaking-space should achieve the same effect as a visible character. Fixes #9634 --- diff --git a/src/support.js b/src/support.js index 882b84a2f..ec639348c 100644 --- a/src/support.js +++ b/src/support.js @@ -184,7 +184,7 @@ jQuery.support = (function() { support.shrinkWrapBlocks = ( div.offsetWidth !== 2 ); } - div.innerHTML = "
t
"; + div.innerHTML = "
 
"; tds = div.getElementsByTagName( "td" ); // Check if table cells still have offsetWidth/Height when they are set