Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] LinkTo inside inline SVG reloads application #19891

Open
vihai opened this issue Jan 7, 2022 · 0 comments
Open

[Bug] LinkTo inside inline SVG reloads application #19891

vihai opened this issue Jan 7, 2022 · 0 comments

Comments

@vihai
Copy link

vihai commented Jan 7, 2022

🐞 Describe the Bug

A LinkTo component inside an inline SVG correctly produces an element, however when clicked the application is reloaded instead of transitioning. Seems related to #19546

🔬 Minimal Reproduction

<svg version="1.1" viewBox="0 0 200 100" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
  <LinkTo @route="my.route">
    <rect x="0" y="0" width="200" height="100"></rect>
  </LinkTo>
</svg>

🌍 Environment

  • Ember: 4.1
  • Node.js/npm: 16.13.1
  • OS: Ubuntu 21.10
  • Browser: Firefox 95 / Chrome 97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant