INDEX_SIZE_ERR when clicking a link with very simple jQuery in Chrome

Getting the following error by clicking on a simple link several times 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 is a live demonstration of the simplest and easiest code to cause an error, just spam the link with the console’s open log (developer tools) several times: http://jsfiddle.net/ZkXDy/

+4
source share
1 answer

The solution outlined in the comments, but showed that it will be more visible as an answer to anyone who has the same problem.

I tried to deactivate and reactivate my extensions one by one and it seems the Google Dictionary (Google) caused a problem when a quick click became a double click and caused the extension, which led to some kind of error

Thanks MrBrian for leading me in the right direction.

+10
source

All Articles