Artur Arseniev

Results 173 comments of Artur Arseniev

Can someone check if the latest release fixes the issue, please?

@BrainMaxxx would be glad to have a help on this :)

I apologize but this is not yet solved. I've discovered that after removing the component the reference to its DOM was still there. Unfortunately, removing the reference brokes the Sorter,...

Just a quick update, I'm working on this issue [here](https://github.com/artf/grapesjs/tree/fix-leaks-2), so far memory leaks with components seems to be fixed, now I'm trying to solve the one with destroying part...

@0000marcell in the next release, I'll probably include some fixes to avoid major memory leaks inside components but this issue is still far from being closed. For now, if you...

Hi @anlumo, did you try to extend float definition with something like this `requires: { position: ['static'] }`?

Sorry @benryanwilliams I've tried to reproduce it but I'm not able 🙁 By looking at the behavior in your videos it looks like it's stuck in some kind of loop...

> Unfortunately, of all the place for it to take me to when pausing, it's taken me to this very long line of code within grapes.min.js, so I'm not really...

Thanks guys, I was actually able to reproduce it by wrapping the example inside Vue but I'm not sure exactly why is stuck in the loop here. At first look,...

Hi @anlumo you're right, unfortunately, component status styles are rendered inside iframes. I've tried to put them outside by introducing [this option](https://github.com/artf/grapesjs/blob/614fad12b729c382b2444ca8b5e584f1dafc063a/src/canvas/config/config.js#L38-L39) but that doesn't handle multiple selections yet. So,...