GithubHelp home page GithubHelp logo

An awful question... IE11... about didact HOT 3 CLOSED

pomber avatar pomber commented on June 18, 2024
An awful question... IE11...

from didact.

Comments (3)

pomber avatar pomber commented on June 18, 2024

No idea, sorry. Good luck with IE11 :)

from didact.

rmorse avatar rmorse commented on June 18, 2024

Haha, that's more than I expected ^^

from didact.

rmorse avatar rmorse commented on June 18, 2024

Ok so if anyone runs into the same issue:

Basically IE11 can't recognise multiple text nodes as seperate nodes (in the same parent) - so after appending 2 text nodes to an element, IE somehow merges them into 1 text node - seemingly a new text node that doesn't have any other references pointing to it - this was causing the issue, as the "real" text nodes were being updated just fine, but they didn't exist in the dom anymore,

The only way I figured out to work around this was to convert the text nodes to spans:
rmorse@802e813
And I guess in practise that should be done conditionally anyway.

In the end I might not use this but good to know it can be done.

Thanks again!

from didact.

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.