Ticket #4467: 4467.patch
File 4467.patch, 1.8 KB (added by , 15 years ago) |
---|
-
_source/plugins/menu/plugin.js
232 232 this.parent._.panel.showAsChild( panel, this.id, offsetParent, corner, offsetX, offsetY ); 233 233 else 234 234 panel.showBlock( this.id, offsetParent, corner, offsetX, offsetY ); 235 235 236 236 editor.fire( 'menuShow', [ panel ] ); 237 237 }, 238 238 … … 330 330 ' onclick="CKEDITOR.tools.callFunction(', menu._.itemClickFn, ',', index, '); return false;"' + 331 331 '>' + 332 332 '<span class="cke_icon_wrapper"><span class="cke_icon"' + 333 ( this.icon ? ' style="background-image:url(' + CKEDITOR.getUrl( this.icon ) + ');background-position:0 ' + offset + 'px;" ></span>'333 ( this.icon ? ' style="background-image:url(' + CKEDITOR.getUrl( this.icon ) + ');background-position:0 ' + offset + 'px;"' 334 334 : '' ) + 335 335 '></span></span>' + 336 336 '<span class="cke_label">' ); -
CHANGES.html
71 71 <li><a href="http://dev.fckeditor.net/ticket/4385">#4385</a> : Fixed editor's auto adjusting on DOM structure were confusing the dirty checking mechanism.</li> 72 72 <li><a href="http://dev.fckeditor.net/ticket/4397">#4397</a> : Fixed regression of [3816] where turn on design mode is causing Firefox3 to scroll the host page.</li> 73 73 <li><a href="http://dev.fckeditor.net/ticket/4254">#4254</a> : Added basic API sample.</li> 74 <li><a href="http://dev.fckeditor.net/ticket/4467">#4467</a> : Fixed bug to use custom icon in context menus. Thanks to gergoe.</li> 74 75 </ul> 75 76 <h3> 76 77 CKEditor 3.0</h3>