Im using Highcharts (i.e. SVGs) inside my grids and clicking on them throws an error:
Uncaught TypeError: handle.className.indexOf is not a function
Wrapping the SVG inside a div doesnt seem to help.
However, adding a check for SVGs probably would:
!(handle instanceof SVGElement)