Ticket #3367: 3367_4.patch

File 3367_4.patch, 827 bytes (added by Garry Yao, 15 years ago)
  • _source/core/dom/walker.js

     
    4747                        {
    4848                                return ( ( !movingOut || !limitLTR.equals( node ) )
    4949                                        && ( !blockerLTR || !node.equals( blockerLTR ) )
    50                                         && ( node.type != CKEDITOR.NODE_ELEMENT || node.name != 'body' ) );
     50                                        && ( node.type != CKEDITOR.NODE_ELEMENT || node.getName() != 'body' ) );
    5151                        }
    5252                }
    5353               
     
    6262                        {
    6363                                return ( ( !movingOut || !limitRTL.equals( node ) )
    6464                                        && ( !blockerRTL || !node.equals( blockerRTL ) )
    65                                         && ( node.type != CKEDITOR.NODE_ELEMENT || node.name != 'body' ) );
     65                                        && ( node.type != CKEDITOR.NODE_ELEMENT || node.getName() != 'body' ) );
    6666                        }
    6767                }
    6868               
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy