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

SVG foreignObject not working in Vue 2.1.5 #4478

Closed
anthonyjl opened this issue Dec 14, 2016 · 0 comments
Closed

SVG foreignObject not working in Vue 2.1.5 #4478

anthonyjl opened this issue Dec 14, 2016 · 0 comments

Comments

@anthonyjl
Copy link

anthonyjl commented Dec 14, 2016

SVG foreignObjects were working after the #4122 fix but have been broken again.

Vue.js version
2.1.5

Reproduction Link
https://jsfiddle.net/oqctnm08/

Steps to reproduce

  • Run it once as is
  • Once without var vue = new Vue({ el: '#body'});
  • Once with version 2.1.4 instead of 2.1.5.

What is expected?

  • In version 2.1.5 you will see no text inside the rectangle.
  • When you run it without Vue the text will work fine.
  • In version 2.1.4 the text will also be fine.

What is actually happening?
Some change between 2.1.4 and 2.1.5 reverted the fix to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants