Stefan Sträßer

Results 52 comments of Stefan Sträßer

You're right. I could "fix" it already for the dragit interaction. Resizable seems more complicated though ... working on it ...

Well, the first fix worked only in FF, not in other browsers. I think I'm on it, but I won't get it done in a few hours ...

@xnopasaranx Hi there and thanks for the praise 😄 Well, as far as I can tell the memory leaks originate in the code of the dragit and resizeit interactions. At...

@johacode I created a version where the code for the dragit and resizeit interactions is moved from the global object jsPanel to the individual panel. My impression is that it...

@johacode Thanks a lot for your effort. Well, those two references point to the pointerup handlers of the dragit/resizeit interactions which are attached to the document and don't get removed...

@johacode @xnopasaranx I just released v4.11.2 with updated `dragit` interaction code reducing (not eliminating) memory leaks caused by jsPanel.

@johacode @xnopasaranx I made another change that seems to further improve the memory leak issue caused by jsPanel. To give it a try download [alpha.jspanel.de/downloads/jspanel-4.11.3-alpha.zip](https://alpha.jspanel.de/downloads/jspanel-4.11.3-alpha.zip) I would highly appreciate some...

With v4.11.3 I could improve this issue a little bit more. But that's probably as good as I can make it until I completely recode the dragit/resize code ...

@Moltenship Sorry, currently there is no option to disable the modifier keys.

@syonfox @Moltenship Via the link below you can download a modified jsPanel version where the resizeit modifier keys can be disabled by adding a parameter `modifierKeys: false` to the resizeit...