Ticket #3868: 3868_3.patch

File 3868_3.patch, 1.2 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/menu/plugin.js

     
    106106                {
    107107                        add : function( item )
    108108                        {
     109                                // Later we may sort the items, but Array#sort is not stable in
     110                                // some browsers, here we're forcing the original sequence with
     111                                // 'order' attribute if it hasn't been assigned.
     112                                if ( !item.order )
     113                                        item.order = this.items.length;
     114
    109115                                this.items.push( item );
    110116                        },
    111117
  • CHANGES.html

     
    8686                <li><a href="http://dev.fckeditor.net/ticket/3812">#3812</a> : Fixed an issue in which the editor
    8787                        may show up empty or uneditable in IE7, 8 and Firefox 3.</li>
    8888                <li><a href="http://dev.fckeditor.net/ticket/3825">#3825</a> : Fixed JS error when opening spellingcheck.</li>
     89                <li><a href="http://dev.fckeditor.net/ticket/3868">#3868</a> : [chrome] SCAYT toolbar options was in reversed order.</li>
    8990        </ul>
    9091        <h3>
    9192                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy