Ticket #7020: 7020.patch

File 7020.patch, 543 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/domiterator/plugin.js

     
    207207                                // to close the range, otherwise we include the parent within it.
    208208                                if ( range && !closeRange )
    209209                                {
    210                                         while ( !currentNode.getNext() && !isLast )
     210                                        while ( !currentNode.getNext( bookmarkGuard ) && !isLast )
    211211                                        {
    212212                                                var parentNode = currentNode.getParent();
    213213
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy