Ticket #7019: 7019.patch

File 7019.patch, 601 bytes (added by Sa'ar Zac Elias, 13 years ago)
  • _source/plugins/selection/plugin.js

     
    826826                                                walker.evaluator = function( node )
    827827                                                {
    828828                                                        if ( node.type == CKEDITOR.NODE_ELEMENT
    829                                                                 && node.getAttribute( 'contenteditable' ) == 'false' )
     829                                                                && node.getAttribute( 'contenteditable' ) == 'false' && !node.data( 'cke-editable' ) )
    830830                                                        {
    831831                                                                var newRange = range.clone();
    832832                                                                range.setEndBefore( node );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy