ken
ken

Reputation: 3745

Chrome exception

I always get this exception in Chrome, that appears to be related to google dictionary extension. Is there a way to filter this from appearing all the time ? Or maybe this is just a fix for ?

Error in event handler for 'undefined': INDEX_SIZE_ERR: DOM Exception 1 Error: Index or size was negative, or greater than the allowed value.
    at J (chrome-extension://mgijmajocgfcbeboacabfgobmjgjcoja/content_js_min.js:14:142)
    at null.<anonymous> (chrome-extension://mgijmajocgfcbeboacabfgobmjgjcoja/content_js_min.js:16:393)
    at chrome-extension://mgijmajocgfcbeboacabfgobmjgjcoja/content_js_min.js:1:182
    at miscellaneous_bindings:286:9
    at chrome.Event.dispatchToListener (event_bindings:387:21)
    at chrome.Event.dispatch_ (event_bindings:373:27)
    at chrome.Event.dispatch (event_bindings:393:17)
    at Object.chromeHidden.Port.dispatchOnMessage (miscellaneous_bindings:253:22) 

Upvotes: 1

Views: 390

Answers (1)

ken
ken

Reputation: 3745

Just disabled the Google Dictionary Extension.

Upvotes: 2

Related Questions