jQuery 粘贴事件发生内部错误
jQuery inner error on paste event
当我粘贴 (CTRL+V) 时,出现 jQuery 错误:TypeError: e is null
我有相当复杂的数据 table 自定义解决方案 Handsontable。它发生在特殊情况下。我不知道如何处理这个错误,堆栈跟踪中只有 jquery。
你对我有什么建议吗?
提前致谢。
堆栈跟踪:
n/</<()
jquery.js.xhtml:36
u()
jquery.js.xhtml:33
n/<()
jquery.js.xhtml:36
[58]</<.run()
jquery.js.xhtml:34
[25]</S.Core/this.runHooks()
jquery.js.xhtml:31
[86]</<.onDataChange/n.replace()
jquery.js.xhtml:38
[86]</<.onDataChange/<()
jquery.js.xhtml:38
u()
jquery.js.xhtml:33
[86]</<.onDataChange()
jquery.js.xhtml:38
[86]</<.enablePlugin/<()
jquery.js.xhtml:38
[56]</c.runLocalHooks/<()
jquery.js.xhtml:33
u()
jquery.js.xhtml:33
[56]</c.runLocalHooks()
jquery.js.xhtml:33
[85]</<.onChange()
jquery.js.xhtml:38
[85]</<.setObservedData/this.observer<()
jquery.js.xhtml:38
h()
jquery.js.xhtml:61
a()
jquery.js.xhtml:61
[85]</<.setObservedData()
jquery.js.xhtml:38
[86]</<.onAfterLoadData()
jquery.js.xhtml:38
[86]</<.enablePlugin/<()
jquery.js.xhtml:38
[58]</<.run()
jquery.js.xhtml:34
[25]</S.Core/this.loadData()
jquery.js.xhtml:30
afterCellChangedImpl()
jquery.js.xhtml:206
afterCellChanged()
jquery.js.xhtml:159
[58]</<.run()
jquery.js.xhtml:34
r()
jquery.js.xhtml:30
[25]</S.Core/this.setDataAtCell/<()
jquery.js.xhtml:30
r()
jquery.js.xhtml:30
n/<.checkIfQueueIsEmpty()
jquery.js.xhtml:30
o()
jquery.js.xhtml:30
[25]</S.Core/this.setDataAtCell()
jquery.js.xhtml:30
[25]</S.Core/f.populateFromArray()
jquery.js.xhtml:30
[25]</S.Core/this.populateFromArray()
jquery.js.xhtml:30
n()
jquery.js.xhtml:36
.copyPaste</r.prototype.triggerPaste/<()
抱歉大家打扰了,我终于修好了。我只是很沮丧,所以我需要写下来,但这可能不是你能帮助我的任何事情。我有一些错误的 js 库调用和一些错误的 js 事件处理。
当我粘贴 (CTRL+V) 时,出现 jQuery 错误:TypeError: e is null
我有相当复杂的数据 table 自定义解决方案 Handsontable。它发生在特殊情况下。我不知道如何处理这个错误,堆栈跟踪中只有 jquery。
你对我有什么建议吗?
提前致谢。
堆栈跟踪:
n/</<()
jquery.js.xhtml:36
u()
jquery.js.xhtml:33
n/<()
jquery.js.xhtml:36
[58]</<.run()
jquery.js.xhtml:34
[25]</S.Core/this.runHooks()
jquery.js.xhtml:31
[86]</<.onDataChange/n.replace()
jquery.js.xhtml:38
[86]</<.onDataChange/<()
jquery.js.xhtml:38
u()
jquery.js.xhtml:33
[86]</<.onDataChange()
jquery.js.xhtml:38
[86]</<.enablePlugin/<()
jquery.js.xhtml:38
[56]</c.runLocalHooks/<()
jquery.js.xhtml:33
u()
jquery.js.xhtml:33
[56]</c.runLocalHooks()
jquery.js.xhtml:33
[85]</<.onChange()
jquery.js.xhtml:38
[85]</<.setObservedData/this.observer<()
jquery.js.xhtml:38
h()
jquery.js.xhtml:61
a()
jquery.js.xhtml:61
[85]</<.setObservedData()
jquery.js.xhtml:38
[86]</<.onAfterLoadData()
jquery.js.xhtml:38
[86]</<.enablePlugin/<()
jquery.js.xhtml:38
[58]</<.run()
jquery.js.xhtml:34
[25]</S.Core/this.loadData()
jquery.js.xhtml:30
afterCellChangedImpl()
jquery.js.xhtml:206
afterCellChanged()
jquery.js.xhtml:159
[58]</<.run()
jquery.js.xhtml:34
r()
jquery.js.xhtml:30
[25]</S.Core/this.setDataAtCell/<()
jquery.js.xhtml:30
r()
jquery.js.xhtml:30
n/<.checkIfQueueIsEmpty()
jquery.js.xhtml:30
o()
jquery.js.xhtml:30
[25]</S.Core/this.setDataAtCell()
jquery.js.xhtml:30
[25]</S.Core/f.populateFromArray()
jquery.js.xhtml:30
[25]</S.Core/this.populateFromArray()
jquery.js.xhtml:30
n()
jquery.js.xhtml:36
.copyPaste</r.prototype.triggerPaste/<()
抱歉大家打扰了,我终于修好了。我只是很沮丧,所以我需要写下来,但这可能不是你能帮助我的任何事情。我有一些错误的 js 库调用和一些错误的 js 事件处理。