Details
-
Bug
-
Resolution: Fixed
-
None
-
Empty show more show less
Description
problem
Exception "Unable to get property 'className' of undefined or null reference" in the "} else if (/(^|[\s])trackchanges([\s]|$)/.test(node.parentNode.className)) {" of the ToolTip.js
Exception details:
reproduction
Not really reproducible, I assume that the error occurs randomly, depending on the state of the DOM.
solution
just add a "node.parentNode && " to the if