Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 1740)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 1741)
@@ -53,4 +53,5 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1952">#1952</a>] Fixed
 			an issue in FCKTools.FixCssUrls that, other than wrong, was breaking Opera.</li>
+<<<<<<< .mine
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1695">#1695</a>] Removed
 			Ctrl-Tab hotkey for Source mode and allowed Ctrl-T to work in Firefox.</li>
@@ -105,4 +106,7 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1842">#1842</a>] PHP integration: 
 			fixed filename encoding problems in file browser.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1832">#1832</a>] Calling
+	       		FCK.InsertHtml() in non-IE browsers would now activate the document processor
+			as expected.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/_source/internals/fck_gecko.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fck_gecko.js	(revision 1740)
+++ /FCKeditor/trunk/editor/_source/internals/fck_gecko.js	(revision 1741)
@@ -362,4 +362,6 @@
 	this.Focus() ;
 
+	FCKDocumentProcessor.Process( FCK.EditorDocument ) ;
+
 	// For some strange reason the SaveUndoStep() call doesn't activate the undo button at the first InsertHtml() call.
 	this.Events.FireEvent( "OnSelectionChange" ) ;
