Changes between Version 3 and Version 4 of Ticket #7529


Ignore:
Timestamp:
Apr 6, 2011, 1:02:28 PM (13 years ago)
Author:
Wiktor Walc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7529 – Description

    v3 v4  
    5656
    5757Result: the error is displayed:
     58`'null' is null or not an object`
    5859{{{
    5960 function getSelectedCells( selection )
    6061 {
    61   // Walker will try to split text nodes, which will make the current selection
    62   // invalid. So save bookmarks before doing anything.
    63  var bookmarks = selection.createBookmarks(); // <-------
    64 tabletools/plugin.js
    65 line 14
     62      // Walker will try to split text nodes, which will make the current selection
     63      // invalid. So save bookmarks before doing anything.
     64     var bookmarks = selection.createBookmarks(); // <-------
     65
     66     tabletools/plugin.js, line 14
    6667}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy