Ticket #8732: 8732.patch

File 8732.patch, 658 bytes (added by Frederico Caldeira Knabben, 12 years ago)
  • _source/core/dom/range.js

     
    11891189
    11901190                                                                isWhiteSpace = /^[\s\ufeff]/.test( siblingText );
    11911191                                                        }
    1192                                                         else
     1192                                                        else if ( sibling.type == CKEDITOR.NODE_ELEMENT )
    11931193                                                        {
    11941194                                                                // If this is a visible element.
    11951195                                                                // We need to check for the bookmark attribute because IE insists on
     
    12281228                                                                                sibling = null;
    12291229                                                                }
    12301230                                                        }
     1231                                                        else
     1232                                                                isWhiteSpace = 1;
    12311233
    12321234                                                        if ( isWhiteSpace )
    12331235                                                        {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy