Ticket #1752: 1752.patch

File 1752.patch, 523 bytes (added by Artur Formella, 16 years ago)
  • editor/_source/internals/fcktablehandler_gecko.js

     
    4848                else
    4949                        oCell = oRange.startContainer.childNodes[ oRange.startOffset ] ;
    5050
     51                if(oCell.nodeType == 3){                //TEXT_NODE
     52                        continue;
     53                }
     54
    5155                if ( oCell.tagName.Equals( 'TD', 'TH' ) )
    5256                        aCells[aCells.length] = oCell ;
    5357        }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy