id summary reporter owner description type status priority milestone component version resolution keywords cc 7304 Paste from Word: cleanWord not invoked for the first time Wiktor Walc Garry Yao "When using the ""Paste from Word"" button to paste content, the CKEDITOR.cleanWord function is not executed for the first time. Confirmed in Safari, Opera and Chrome. === Steps to reproduce === 1. Replace the default filter with: {{{ CKEDITOR.cleanWord = function( data, editor ) { alert(""clean word called""); return 'xyz'; } }}} 2. Open _samples/replacebyclass.html in Safari. 3. Copy something, '''but not from Word''', e.g. a part of the default text in the editor. 4. Paste it using the ""Paste from Word"" button. 5. Result: the alert message ""clean word called"" did not show up. 6. Repeats steps 3-5. The alert message now showed up. " Bug closed Normal CKEditor 3.5.3 Core : Pasting 3.1 fixed Firefox kagupta@… satya_minnekanti@…