2016-09-30 157 views
0

内错误当我粘贴(CTRL + V),I有一个jQuery错误:类型错误:e是空jQuery的上粘贴事件

我有定制Handsontable相当复杂的数据表的解决方案。它发生在特殊情况下。我不知道如何处理这个错误,stacktrace上只有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/<() 
+0

没有实际的代码,stacktrace告诉我们什么都没有? – adeneo

+0

对不起,现在我明白了,stacktrace中有我的方法,这是我之前没有看到的,因为它的目标是jquery.js。我评论了这一点,这是造成这种情况的原因,但我仍然对粘贴事件有非常奇怪的行为。 – xMichal

回答

0

对不起家伙令人不安的是,我终于固定它。我只是感到沮丧,所以我需要写出来,但可能不是你能帮助我的任何东西。我有一些错误的js库的调用和一些错误的js事件处理。