Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

INDEX_SIZE_ERR when clicking a link with very basic jQuery in Chrome

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/

like image 994
Henrik Avatar asked Dec 27 '22 20:12

Henrik


1 Answers

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

like image 66
Henrik Avatar answered Dec 29 '22 09:12

Henrik