Ticket #1752: 1752_3.patch

File 1752_3.patch, 1.1 KB (added by Artur Formella, 16 years ago)
  • _whatsnew.html

     
    4646        <p>
    4747                Fixed Bugs:</p>
    4848        <ul>
     49                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1752">#1752</a>] Fixed
     50                        the issue with Tablecommands plugin and undefined tagName.</li>
    4951                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2333">#2333</a>] The &amp;gt;
    5052                        character inside text wasn't encoded in Opera and Safari.</li>
    5153                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2467">#2467</a>] Fixed JavaScript
  • editor/_source/internals/fcktablehandler_gecko.js

     
    4848                else
    4949                        oCell = oRange.startContainer.childNodes[ oRange.startOffset ] ;
    5050
    51                 if ( oCell.tagName.Equals( 'TD', 'TH' ) )
     51                if ( oCell.nodeName.Equals( 'TD', 'TH' ) )
    5252                        aCells[aCells.length] = oCell ;
    5353        }
    5454
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy