Turbolinks doesn't seem to work with anchors within SVG elements. It looks like I'm not the first person to encounter this, but I didn't see an issue on it. One potential reason is that the tagName method returns "a" for SVG anchors instead of "A" (in Chrome at least).
Also, in case any troubleshooters stumble upon this, here's a workaround I'm using until this is fixed.
Turbolinks doesn't seem to work with anchors within SVG elements. It looks like I'm not the first person to encounter this, but I didn't see an issue on it. One potential reason is that the
tagName
method returns"a"
for SVG anchors instead of"A"
(in Chrome at least).Also, in case any troubleshooters stumble upon this, here's a workaround I'm using until this is fixed.