2016-09-30 109 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事件處理。