search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Leak on the splitter object in daypilot-all.debug.js

Asked by Nicolas Letoublon
7 years ago.

We found out that the events 'mouseup' and 'mousemove' registered in daypilot-all.debug.js line 6227 are never unregistered, causing a leak every time you zoom in/out of the component.

this.registerGlobalHandlers = function() {
DayPilot.re(document, 'mousemove', this.gMouseMove);
DayPilot.re(document, 'mouseup', this.gMouseUp);
};

The version is : 8.3.2522

Let me know if you plan to fix that :)

Comment posted by Dan Letecky [DayPilot]
7 years ago.

It should be fixed now in build 8.3.2787:

https://javascript.daypilot.org/sandbox/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.