INDEX_SIZE_ERR when clicking a link with very basic jQuery in Chrome

不想你离开。 提交于 2019-12-10 16:08:44

问题


Getting following error by clicking multiple times on a simple link with some basic jQuery attached to it in Chrome Version 20.0.1132.57:

Error in event handler for 'undefined': INDEX_SIZE_ERR: DOM Exception 1 undefined

Here's a live demo of the very basic and simple code, to trigger the error, simply spam the link several times with your console log open (developer tools): http://jsfiddle.net/ZkXDy/


回答1:


Posted the solution in comments but figured it would be more visible as an answer to anyone with the same issue.

Tried deactivating and reactivating my extensions one by one and seems Google Dictionary (by Google) was causing the issue when the fast clicking became a double click and triggered the extension which led to some sort of bug!

Thanks to MrOBrian for heading me in the proper direction



来源:https://stackoverflow.com/questions/11638657/index-size-err-when-clicking-a-link-with-very-basic-jquery-in-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!