artemave / translate_onhover

Browser translation extension
https://chrome.google.com/webstore/detail/aggiiclaiamajehmlfpkjmlbadmkledi
205 stars 61 forks source link

Uncaught TypeError: Cannot read property 'delay' of undefined #42

Closed msalahz closed 5 years ago

msalahz commented 5 years ago

Hello! I'm getting the following error everywhere and it drive my crazy Uncaught TypeError: Cannot read property 'delay' of undefined

the source of error is chrome-extension://aggiiclaiamajehmlfpkjmlbadmkledi/contentscript.js

Can you advice ?

artemave commented 5 years ago

Hello. Does this error break transover? Could you provide a stacktrace?

msalahz commented 5 years ago

No it doesn't, translation works fine

stack trace

contentscript.js:1 Uncaught TypeError: Cannot read property 'delay' of undefined
    at HTMLDocument.<anonymous> (contentscript.js:1)
    at HTMLDocument.dispatch (jquery.min.js:2)
    at HTMLDocument.y.handle (jquery.min.js:2)
    at Object.trigger (jquery.min.js:2)
    at HTMLDocument.<anonymous> (jquery.min.js:2)
    at Function.each (jquery.min.js:2)
    at w.fn.init.each (jquery.min.js:2)
    at w.fn.init.trigger (jquery.min.js:2)
    at HTMLDocument.<anonymous> (contentscript.js:1)
    at HTMLDocument.dispatch (jquery.min.js:2)
(anonymous) @ contentscript.js:1
dispatch @ jquery.min.js:2
y.handle @ jquery.min.js:2
trigger @ jquery.min.js:2
(anonymous) @ jquery.min.js:2
each @ jquery.min.js:2
each @ jquery.min.js:2
trigger @ jquery.min.js:2
(anonymous) @ contentscript.js:1
dispatch @ jquery.min.js:2
y.handle @ jquery.min.js:2

image

artemave commented 5 years ago

I believe this is fixed now