Ticket #4387: 4387.patch
File 4387.patch, 1.3 KB (added by , 14 years ago) |
---|
-
_source/skins/kama/skin.js
85 85 if ( CKEDITOR.env.webkit ) 86 86 { 87 87 uiColorMenuCss = uiColorMenuCss.split( '}' ).slice( 0, -1 ); 88 for ( var i in uiColorMenuCss )89 88 for ( var i = 0 ; i < uiColorMenuCss.length ; i++ ) 89 uiColorMenuCss[ i ] = uiColorMenuCss[ i ].split( '{' ); 90 90 } 91 91 92 92 function addStylesheet( document ) -
CHANGES.html
64 64 <li><a href="http://dev.fckeditor.net/ticket/3568">#3568</a> : Dialogs now select all text when tabbing to text inputs.</li> 65 65 <li><a href="http://dev.fckeditor.net/ticket/3727">#3727</a> : Cell Properties dialog was missing color selection option.</li> 66 66 <li><a href="http://dev.fckeditor.net/ticket/3517">#3517</a> : Fixed "Match cyclic" field in Find & Replace dialog.</li> 67 <li><a href="http://dev.fckeditor.net/ticket/4387">#4387</a> : Right clicking in Kama skin can lead to a javascript error.</li> 67 68 </ul> 68 69 <h3> 69 70 CKEditor 3.0</h3>