Bug Tracker

Show
Ignore:
Timestamp:
12/05/07 00:26:13 (1 year ago)
Author:
davidserduke
Message:

Fixed #1264. If you read the bug there were many proposed changes. As it turned out most of them had already been implemented. The last ones necessary were in .domManip() with when a <table> was 'this' and for .text(). Adding these last changes seems to make dom and text manipulation in IE frames possible. Unit test cases were added as well.

In addition "submit.gif" was removed from the test suite index.html since it didn't exist.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/test/index.html

    r3959 r4029  
    2222    <!-- Test HTML --> 
    2323    <div id="nothiddendiv" style="height:1px;background:white;"></div> 
     24    <!-- this iframe is outside the #main so it won't reload constantly wasting time, but it means the tests must be "safe" and clean up after themselves --> 
     25    <iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe> 
    2426    <dl id="dl" style="display:none;"> 
    2527    <div id="main" style="display: none;"> 
     
    152154            <input type="submit" name="sub1" value="NO" /> 
    153155            <input type="submit" name="sub2" value="NO" /> 
    154             <input type="image" name="sub3" value="NO" src="submit.gif" /> 
     156            <input type="image" name="sub3" value="NO" /> 
    155157            <button name="sub4" type="submit" value="NO">NO</button> 
    156158            <input name="D1" type="text" value="NO" disabled="disabled" />