johacode

Results 4 comments of johacode

Thanks for fast response. Yes, it looks like there is not seen detached elements anymore if panel is created with resizeit and dragit disabled. ``` panelHdl = jsPanel.create({ ... resizeit:...

After some more investigation my best guess is that event listeners added in rows 2213 and 3332 are preventing garbage collection after jsPanel is removed from DOM. ``` 2212: jsPanel.pointerup.forEach(function...

I am using Chrome 83.0.4103.106 at the moment. Your changes seems to reduce the leakage a bit. It looks like jspanel-v4.11.0-beta.2 does reduces occurance of 'detatched EventListeners and V8EventListeners' from...

Sorry that my response take couple of day but I have been busy with other things. Current version of Chrome I am using is 87.0.4280.88 (64 bit). I checked how...