Ticket #4387: 4387.patch

File 4387.patch, 1.3 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/skins/kama/skin.js

     
    8585                        if ( CKEDITOR.env.webkit )
    8686                        {
    8787                                uiColorMenuCss = uiColorMenuCss.split( '}' ).slice( 0, -1 );
    88                                 for ( var i in uiColorMenuCss )
    89                                                 uiColorMenuCss[ i ] = uiColorMenuCss[ i ].split( '{' );
     88                                for ( var i = 0 ; i < uiColorMenuCss.length ; i++ )
     89                                        uiColorMenuCss[ i ] = uiColorMenuCss[ i ].split( '{' );
    9090                        }
    9191
    9292                        function addStylesheet( document )
  • CHANGES.html

     
    6464                <li><a href="http://dev.fckeditor.net/ticket/3568">#3568</a> : Dialogs now select all text when tabbing to text inputs.</li>
    6565                <li><a href="http://dev.fckeditor.net/ticket/3727">#3727</a> : Cell Properties dialog was missing color selection option.</li>
    6666                <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>
    6768        </ul>
    6869        <h3>
    6970                CKEditor 3.0</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy