Ticket #3868: 3868_3.patch
File 3868_3.patch, 1.2 KB (added by , 14 years ago) |
---|
-
_source/plugins/menu/plugin.js
106 106 { 107 107 add : function( item ) 108 108 { 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 109 115 this.items.push( item ); 110 116 }, 111 117 -
CHANGES.html
86 86 <li><a href="http://dev.fckeditor.net/ticket/3812">#3812</a> : Fixed an issue in which the editor 87 87 may show up empty or uneditable in IE7, 8 and Firefox 3.</li> 88 88 <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> 89 90 </ul> 90 91 <h3> 91 92 CKEditor 3.0 RC</h3>