Ticket #188: 188_2.patch

File 188_2.patch, 1.1 KB (added by Garry Yao, 13 years ago)
  • _source/themes/default/theme.js

     
    155155                                        '</span>' +
    156156                                '</span>' ].join( '' ) );
    157157
    158                         container.getChild( [1, 0, 0, 0, 0] ).unselectable();
    159                         container.getChild( [1, 0, 0, 0, 2] ).unselectable();
    160 
    161158                        if ( elementMode == CKEDITOR.ELEMENT_MODE_REPLACE )
    162159                                container.insertAfter( element );
    163160                        else
  • _source/plugins/toolbar/plugin.js

     
    172172
    173173                                                var labelId = CKEDITOR.tools.getNextId();
    174174
    175                                                 var output = [ '<div class="cke_toolbox" role="group" aria-labelledby="', labelId, '" onmousedown="return false;"' ],
     175                                                var output = [ '<div class="cke_toolbox" role="group" aria-labelledby="', labelId, '"' ],
    176176                                                        expanded =  editor.config.toolbarStartupExpanded !== false,
    177177                                                        groupStarted;
    178178
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy