Giter Club home page Giter Club logo

Comments (3)

waruyama avatar waruyama commented on June 9, 2024

Thanks for the feedback. Maybe you can provide some more details so we can try to reproduce this issue.

  1. Which version of IE is this? IE11 or even older?
  2. Can you provide a simple test case to reproduce the error? Or can you describe what is different from our examples in the documentation?

Thanks.

Edit: Removed one question that is answered in the original issue

from svg-inject.

waruyama avatar waruyama commented on June 9, 2024

The documentation for Document.importNode() says that it creates a clone of the node is created. A similar method seems to be Document.adoptNode(), which moves the node from the original document to the new one without creating a clone. Maybe this is more appropriate for our purpose?

Can you try if using Document.adoptNode() solves the issue?

Here is the documentation for both functions:
Document.importNode()
Document.adoptNode()

from svg-inject.

paulo-gyant avatar paulo-gyant commented on June 9, 2024

Hey!

So the problem is happening on IE 11. I don't have a way to test it in older IE versions, sorry about that.

The only thing I think I'm doing differently is that the SVG injection happens inside an iframe.

I also confirm that Document.adoptNode() also seems to work:

// Fix for browser (IE, maybe other too) which are throwing 'WrongDocumentError'
// if you replace an element which is not in the document
if (document.adoptNode) {
    injectElem = document.adoptNode(injectElem);
}

Thanks for your time!

from svg-inject.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.