Changeset 2400 for FCKeditor/trunk

Show
Ignore:
Timestamp:
2008-08-30 21:27:15 (4 months ago)
Author:
alfonsoml
Message:

Fix for #2496, make the insertion point of paste dialogs work in IE

Location:
FCKeditor/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_paste.html

    r2175 r2400  
    8888        { 
    8989                document.getElementById('txtData').style.display = '' ; 
     90                SelectField( 'txtData' ) ; 
    9091        } 
    9192 
  • FCKeditor/trunk/editor/fckdialog.html

    r2043 r2400  
    410410        EnsureSelection : function() 
    411411        { 
     412                // Move the focus to the Cancel button so even if the dialog contains a  
     413                // contentEditable element the selection is properly restored in the editor #2496 
     414                window.focus() ; 
     415                $( 'btnCancel' ).focus() ; 
     416 
    412417                FCK.Selection.Restore() ; 
    413418        }, 
  • FCKeditor/trunk/_whatsnew.html

    r2386 r2400  
    6161                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1982">#1982</a>] Submenus in IE7 
    6262                        now are shown properly.</li> 
     63                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2496">#2496</a>] Using the Paste 
     64                        dialogs in IE might insert the content at the start of the editor.</li> 
    6365        </ul> 
    6466        <p>