Changeset 1521
- Timestamp:
- 2008-02-15 11:30:33 (5 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/dialog/fck_replace.html (modified) (4 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_replace.html
r1398 r1521 96 96 } 97 97 98 function btnStat( frm)98 function btnStat() 99 99 { 100 100 document.getElementById('btnReplace').disabled = … … 102 102 document.getElementById('btnFind').disabled = 103 103 ( document.getElementById(idMap["FindText"]).value.length == 0 ) ; 104 } 105 106 function btnStatDelayed() 107 { 108 setTimeout( btnStat, 1 ) ; 104 109 } 105 110 … … 442 447 </td> 443 448 <td width="100%"> 444 <input id="txtFindFind" onkeyup="btnStat( this.form)" style="width: 100%" tabindex="1"449 <input id="txtFindFind" onkeyup="btnStat()" oninput="btnStat()" onpaste="btnStatDelayed()" style="width: 100%" tabindex="1" 445 450 type="text" /> 446 451 </td> … … 469 474 </td> 470 475 <td width="100%"> 471 <input id="txtFindReplace" onkeyup="btnStat( this.form)" style="width: 100%" tabindex="1"476 <input id="txtFindReplace" onkeyup="btnStat()" oninput="btnStat()" onpaste="btnStatDelayed()" style="width: 100%" tabindex="1" 472 477 type="text" /> 473 478 </td> -
FCKeditor/trunk/_whatsnew.html
r1511 r1521 94 94 was entering on looping on some specific cases when dealing with invalid source 95 95 markup.</li> 96 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1530">#1530</a>] Pasting text into the 97 "Find what" fields in the Find and Replace dialog would now activate the find and replace 98 buttons.</li> 96 99 </ul> 97 100 <p>