]> source.dussan.org Git - jquery.git/commitdiff
Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132, #10406.
authorTimmy Willison <timmywillisn@gmail.com>
Thu, 31 Jan 2013 01:09:56 +0000 (20:09 -0500)
committerTimmy Willison <timmywillisn@gmail.com>
Thu, 31 Jan 2013 01:09:56 +0000 (20:09 -0500)
src/css.js
test/index.html

index 197cc57223337121ff875a308486d5c99d714334..57d61925ecce13658f144645c11faa6ce5a22b5b 100644 (file)
@@ -632,7 +632,7 @@ if ( jQuery.expr && jQuery.expr.filters ) {
        jQuery.expr.filters.hidden = function( elem ) {
                // Support: Opera <= 12.12
                // Opera reports offsetWidths and offsetHeights less than zero on some elements
-               return elem.offsetWidth <= 0 || elem.offsetHeight <= 0 ||
+               return elem.offsetWidth <= 0 && elem.offsetHeight <= 0 ||
                        (!jQuery.support.reliableHiddenOffsets && ((elem.style && elem.style.display) || jQuery.css( elem, "display" )) === "none");
        };
 
index cedbb8282140018b5a02427ca5327883a4cae285..918d7d2d705415998d83ec7543c50def2750581c 100644 (file)
@@ -87,7 +87,7 @@
        <!-- Test HTML -->
        <!-- this iframe is outside the #qunit-fixture so it won't reload constantly wasting time, but it means the tests must be "safe" and clean up after themselves -->
        <iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe>
-       <dl id="dl" style="position:absolute;top:-32767px;left:-32767px;width:1px;height:1px">
+       <dl id="dl" style="position:absolute;top:-32767px;left:-32767px;width:1px;">
        <div id="qunit-fixture">
                <p id="firstp">See <a id="simon1" href="http://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p>
                <p id="ap">