Bug: Uncaught TypeError: Cannot read property 'href' of null at u (content_script_bundle.js:1) #214
Comments
|
Thank you for the bug report, I get the same error. This is the code that throws: |
|
Should be fixed in the next release. |
|
When will that be? This is still an issue. |
|
@jordanranson We released v8.2.5 today which should fix the issue. Please update and let us know. |
|
@christophertino Seems to be good now! Thanks for the hard work guys. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of bug
When using JSFiddle, my browser's console shows uncaught TypeErrors from the Ghostery extension script whenever I click after one of these characters
(,),[,],},}(when it's the last character on the line) in the editor field.NB: I've seen it in other situations/on other websites happening as well, but this is just an example.
Expected Behavior
Nothing / No errors in the console
Actual Behavior
The console shows this error:
Uncaught TypeError: Cannot read property 'href' of null at u (content_script_bundle.js:1). It occurs at line 1, character 26556 (e.target.parentNode.href).Steps to Reproduce
Versions
The text was updated successfully, but these errors were encountered: