You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: