Ticket #1752: 1752.patch
File 1752.patch, 523 bytes (added by , 16 years ago) |
---|
-
editor/_source/internals/fcktablehandler_gecko.js
48 48 else 49 49 oCell = oRange.startContainer.childNodes[ oRange.startOffset ] ; 50 50 51 if(oCell.nodeType == 3){ //TEXT_NODE 52 continue; 53 } 54 51 55 if ( oCell.tagName.Equals( 'TD', 'TH' ) ) 52 56 aCells[aCells.length] = oCell ; 53 57 }