Ticket #7975: 7975.patch

File 7975.patch, 857 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/selection/plugin.js

     
    14971497                                        catch( er ) {}
    14981498                                }
    14991499
    1500                                 // IE doesn't support selecting the entire table row/cell, move the selection into cells, e.g.
    1501                                 // <table><tbody><tr>[<td>cell</b></td>... => <table><tbody><tr><td>[cell</td>...
    1502                                 if ( this.startContainer.type == CKEDITOR.NODE_ELEMENT && this.startContainer.getName() in nonCells
    1503                                         || this.endContainer.type == CKEDITOR.NODE_ELEMENT && this.endContainer.getName() in nonCells )
    1504                                 {
    1505                                         this.shrink( CKEDITOR.NODE_ELEMENT, true );
    1506                                 }
    1507 
    15081500                                var bookmark = this.createBookmark();
    15091501
    15101502                                // Create marker tags for the start and end boundaries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy