Code Monkey home page Code Monkey logo

Comments (2)

SirMallard avatar SirMallard commented on July 23, 2024

I've attempted to look into this and discover what's causing the issue. From what I can see, it seems to be due to the order of destruction for objects, defined in the VDOM. If you delete a parent (ie. window), then the instance is deleted, but so is the widget table. However, this widget table reference does not get updated for its children, which are destroyed later, and then invoke the ChildDiscarded method on a 'dead' widget table which attempts to access a destroyed instance.

I presume a rewrite of how a refresh works would be needed, because the parent is always called before the child and because the refresh is always done within the next frame in order defined by the user's code, rather than within Iris, I'm not sure how to go around fixing this.

from iris.

SirMallard avatar SirMallard commented on July 23, 2024

@Michael-48 An update of what I think has caused this. My previous explanation was true, but I think I've found a bigger culprit. When adding in Menus, I had to specifically tell the window to remove the MenuBar when it was destroyed. However, there were not the appropriate checks in place to make sure that it didn't attempt to use the destroyed window instance. In the latest push on window-flex, I have removed this, so it should not fail anymore. I don't whether that was the main or root cause, but if it doesn't happen again, I think it is safe to close this issue.

from iris.

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.