Ticket #4125: 4125.patch

File 4125.patch, 1.4 KB (added by Alfonso Martínez de Lizarrondo, 15 years ago)

Proposed patch

  • _source/plugins/scayt/plugin.js

     
    9090                                }
    9191                        });
    9292
     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
    93102                // Listen to data manipulation to reflect scayt markup.
    94103                editor.on( 'afterSetData', function()
    95104                        {
  • CHANGES.html

     
    6969                <li><a href="http://dev.fckeditor.net/ticket/4203">#4203</a> : In IE quirksmode + toolbar collapsed + source mode editing block height was incorrect.</li>
    7070                <li><a href="http://dev.fckeditor.net/ticket/4387">#4387</a> : Right clicking in Kama skin can lead to a javascript error.</li>
    7171                <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>
    7273        </ul>
    7374        <h3>
    7475                CKEditor 3.0</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy