Ticket #4125: 4125.patch
File 4125.patch, 1.4 KB (added by , 14 years ago) |
---|
-
_source/plugins/scayt/plugin.js
90 90 } 91 91 }); 92 92 93 editor.on( 'afterCommandExec', function( ev ) // Refresh SCAYT after Remove format execution. 94 { 95 if ( (ev.data.name == 'removeFormat' ) && editor.mode == 'wysiwyg' ) 96 { 97 if ( plugin.isScaytEnabled( editor ) ) 98 plugin.getScayt( editor ).refresh(); 99 } 100 }); 101 93 102 // Listen to data manipulation to reflect scayt markup. 94 103 editor.on( 'afterSetData', function() 95 104 { -
CHANGES.html
69 69 <li><a href="http://dev.fckeditor.net/ticket/4203">#4203</a> : In IE quirksmode + toolbar collapsed + source mode editing block height was incorrect.</li> 70 70 <li><a href="http://dev.fckeditor.net/ticket/4387">#4387</a> : Right clicking in Kama skin can lead to a javascript error.</li> 71 71 <li><a href="http://dev.fckeditor.net/ticket/4397">#4397</a> : Wisiwig mode will cause the host page scroll.</li> 72 <li><a href="http://dev.fckeditor.net/ticket/4125">#4125</a> : Remove format command removed SCAYT underlines.</li> 72 73 </ul> 73 74 <h3> 74 75 CKEditor 3.0</h3>