Changeset 1741

Show
Ignore:
Timestamp:
2008-03-20 07:50:42 (4 months ago)
Author:
martinkou
Message:

Fixed #1832 : Calling FCK.InsertHtml() in non-IE browsers would now activate the document processor as expected.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fck_gecko.js

    r1663 r1741  
    362362        this.Focus() ; 
    363363 
     364        FCKDocumentProcessor.Process( FCK.EditorDocument ) ; 
     365 
    364366        // For some strange reason the SaveUndoStep() call doesn't activate the undo button at the first InsertHtml() call. 
    365367        this.Events.FireEvent( "OnSelectionChange" ) ; 
  • FCKeditor/trunk/_whatsnew.html

    r1740 r1741  
    5353                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1952">#1952</a>] Fixed 
    5454                        an issue in FCKTools.FixCssUrls that, other than wrong, was breaking Opera.</li> 
     55<<<<<<< .mine 
    5556                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1695">#1695</a>] Removed 
    5657                        Ctrl-Tab hotkey for Source mode and allowed Ctrl-T to work in Firefox.</li> 
     
    105106                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1842">#1842</a>] PHP integration:  
    106107                        fixed filename encoding problems in file browser.</li> 
     108                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1832">#1832</a>] Calling 
     109                        FCK.InsertHtml() in non-IE browsers would now activate the document processor 
     110                        as expected.</li> 
    107111        </ul> 
    108112        <h3>