KeyTable - Error after updating to 2.3.0 from KeyTable 2.2.1

KeyTable - Error after updating to 2.3.0 from KeyTable 2.2.1

BusterenBusteren Posts: 52Questions: 17Answers: 4
edited August 2017 in Free community support

Just after I copy pasted the new files (due to editor trial went out. After I bought it I downloaded the files again) I get this error here in console and the table is not loading correctly:

datatables.min.js:458 Uncaught ReferenceError: editor is not defined
    at n._constructor (datatables.min.js:458)
    at new n (datatables.min.js:456)
    at HTMLDocument.<anonymous> (datatables.min.js:472)
    at HTMLDocument.dispatch (jquery.min.js:3)
    at HTMLDocument.q.handle (jquery.min.js:3)
    at Object.trigger (jquery.min.js:4)
    at HTMLTableElement.<anonymous> (jquery.min.js:4)
    at Function.each (jquery.min.js:2)
    at r.fn.init.each (jquery.min.js:2)
    at r.fn.init.trigger (jquery.min.js:4)

In minified js:

editor.on("open.keyTableMain",function(b,c){"inline"!==c&&a.s.enable&&(a.enable(!1),editor.one("close.keyTable",function(){a.enable(!0)}))});if(this.c.editOnFocus)b.on("key-focus.keyTable key-refocus.keyTable",function(b,c,d,e){a._editor(null,e)});b.on("key.keyTable",function(b,c,d,e,j){a._editor(d,j)})}if(b.settings()[0].oFeatures.bStateSave)b.on("stateSaveParams.keyTable",

"Editor is not defined"

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,642Questions: 1Answers: 10,093 Site admin
    Answer ✓

    Hi,

    Thanks for the note. I actually committed a fix for this earlier today. I'll tag and release KeyTable tomorrow with the change.

    Allan

  • rcheungrcheung Posts: 7Questions: 5Answers: 0

    Hi Allan,

    The fix works. But it doesn't seem to be included in the download builder. Have to add it manually.

    Thanks,

  • allanallan Posts: 61,642Questions: 1Answers: 10,093 Site admin

    That's correct - the download builder is being updated at the moment and is a version behind for some software until I finish that work.

    Allan

This discussion has been closed.