]> source.dussan.org Git - jquery-ui.git/commitdiff
The qunit-fixture were preventing the results from being clicked. Make the results...
authorDavid Murdoch <musicisair@yahoo.com>
Thu, 12 May 2011 21:07:09 +0000 (21:07 +0000)
committerDavid Murdoch <musicisair@yahoo.com>
Thu, 12 May 2011 21:07:09 +0000 (21:07 +0000)
tests/unit/position/position.html
tests/unit/position/position_core_within.js

index 6e4373172f6f3617630beef8c2757690fa720354..d71bae4977412ec50b2c0c7fe1e1212253193899 100644 (file)
        <script src="../swarminject.js"></script>
 </head>
 <body>
-
-<h1 id="qunit-header">jQuery UI Position Test Suite</h1>
-<h2 id="qunit-banner"></h2>
-<div id="qunit-testrunner-toolbar"></div>
-<h2 id="qunit-userAgent"></h2>
-<ol id="qunit-tests">
-</ol>
+<div style="position:relative; z-index:2;">
+       <h1 id="qunit-header">jQuery UI Position Test Suite</h1>
+       <h2 id="qunit-banner"></h2>
+       <div id="qunit-testrunner-toolbar"></div>
+       <h2 id="qunit-userAgent"></h2>
+       <ol id="qunit-tests">
+       </ol>
+</div>
 
 <!--
 elements smaller than 10px have a line-height set on them to avoid a bug in IE6
 .height() returns the greater of the height and line-height
 -->
 
-<div id="qunit-fixture" style="top: 0; left: 0;">
+<div id="qunit-fixture" style="top: 0; left: 0; z-index:1">
     <div id="within-container">
        <div id="el1" style="position: absolute; width: 6px; height: 6px; line-height: 6px;"></div>
        <div id="el2" style="position: absolute; width: 6px; height: 6px; line-height: 6px;"></div>
index 90c12c44b322ca2d8e23ccb5eb06e0978b0be5ed..98a2f5943dc6d01b32130aa86337a7ebec8b0fb7 100644 (file)
@@ -555,6 +555,4 @@ test( "within: collision: flip, with margin", function() {
 //     same( offset1, offset2 );
 //});
 
-
-
 }( jQuery ) );