esterpantaleo / etymology

This repository contains code behind the visualization of the Wikimedia tool etytree at http://tools.wmflabs.org/etytree/
https://esterpantaleo.github.io/etymology/
50 stars 9 forks source link

mouseover error from cperacontent.js #12

Closed xferguson closed 7 years ago

xferguson commented 7 years ago

There seems to be an error from some mouseover event firing a LOT when the mouse moves around the tree:

cperacontent.js:641 Uncaught TypeError: Cannot read property 'startContainer' of null
    at Object._onMouseMove (cperacontent.js:641)
    at onMouseMove (cperacontent.js:636)
_onMouseMove @ cperacontent.js:641
onMouseMove @ cperacontent.js:636

I am not sure exactly what it is firing on, but this may even be causing some of the other errors. I will try and pinpoint what is causing this.

xferguson commented 7 years ago

Never mind. This isn't from the plugin, but from my Pera Pera Chinese pop-up dictionary. Info on the glitch here

When I deactivate the plugin, this error doesn't show up.

Closing issue.