Ticket #3996: 3996.patch

File 3996.patch, 1.7 KB (added by Garry Yao, 15 years ago)
  • _source/plugins/sourcearea/plugin.js

     
    3636                                                                        tabIndex : -1
    3737                                                                });
    3838                                                        textarea.addClass( 'cke_source' );
     39                                                        textarea.on( 'blur', function()
     40                                                                {
     41                                                                        editor.focusManager.blur();
     42                                                                });
     43                                                        textarea.on( 'focus', function()
     44                                                                {
     45                                                                        editor.focusManager.focus();
     46                                                                });
    3947
    4048                                                        var styles =
    4149                                                        {
  • CHANGES.html

     
    153153                <li><a href="http://dev.fckeditor.net/ticket/3793">#3793</a> : Combined images into sprites.</li>
    154154                <li><a href="http://dev.fckeditor.net/ticket/3783">#3783</a> : Fixed indenting command in table cells create collapsed paragraph.</li>
    155155                <li><a href="http://dev.fckeditor.net/ticket/3968">#3968</a> : About dialog layout was broken with IE+Standards+RTL.</li>
    156                 <li><a href="http://dev.fckeditor.net/ticket/3991">#3991</a> : In IE quirks, text was not visible in v2 and office2003 skins.</li>
    157                 <li><a href="http://dev.fckeditor.net/ticket/3983">#3983</a> : In IE, we&#39;ll now
     156                <li><a href="http://dev.fckeditor.net/ticket/3983">#3983</a> : In IE, we&#39;ll now
    158157                        silently ignore wrong toolbar definition settings which have extra commas being
    159158                        left around.</li>
     159                <li><a href="http://dev.fckeditor.net/ticket/3991">#3991</a> : Focus manager doesn't work with source mode.</li>
    160160        </ul>
    161161        <h3>
    162162                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy